Skip to content
  1. Jan 20, 2009
  2. Jan 19, 2009
  3. Jan 18, 2009
  4. Jan 17, 2009
    • Douglas Gregor's avatar
      Teach DeclContext how to find the primary declaration for any TagDecl · dee1be8e
      Douglas Gregor authored
      even when we are still defining the TagDecl. This is required so that
      qualified name lookup of a class name within its definition works (see
      the new bits in test/SemaCXX/qualified-id-lookup.cpp).
      
      As part of this, move the nested redefinition checking code into
      ActOnTag. This gives us diagnostics earlier (when we try to perform
      the nested redefinition, rather than when we try to complete the 2nd
      definition) and removes some code duplication.
      
      llvm-svn: 62386
      dee1be8e
  5. Jan 16, 2009
  6. Jan 15, 2009
  7. Jan 14, 2009
  8. Jan 13, 2009
  9. Jan 12, 2009
  10. Jan 11, 2009
  11. Jan 10, 2009
  12. Jan 09, 2009
Loading