1. 8d3607b Allow CorrectTypo to add/modify nested name qualifiers to typos that by Kaelyn Uhrain · 12 years ago
  2. 173a37a Remove more redundant lookups. Add a new "all_lookups_iterator" which provides by Nick Lewycky · 12 years ago
  3. 19311e7 Use the new-initialization code for initializing scalars with a by Douglas Gregor · 14 years ago
  4. 4074eef When parsing a cast-expression that starts with a scope annotation, by Douglas Gregor · 14 years ago
  5. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  6. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  7. 336e774 Recognize that EnumConstantDecls can be found by lookup and are not instance by John McCall · 15 years ago
  8. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  9. 4ce205f Diagnose attempts to define a namespace member out-of-line when no by Douglas Gregor · 16 years ago
  10. 4ec339f Centralize error reporting of improper uses of incomplete types in the by Douglas Gregor · 16 years ago
  11. 0b7a158 Teach DeclContext how to find the primary declaration for any TagDecl by Douglas Gregor · 16 years ago
  12. eb11cd0 Refactor name lookup. by Douglas Gregor · 16 years ago
  13. 518fda1 Fix argument-passing bugs in a call to object by Douglas Gregor · 16 years ago
  14. bc468ba Fix PR clang/3291 by Douglas Gregor · 16 years ago
  15. 1a49af9 Add QualifiedDeclRefExpr, which retains additional source-location by Douglas Gregor · 16 years ago
  16. 074149e Introduce support for "transparent" DeclContexts, which are by Douglas Gregor · 16 years ago
  17. 83cf05a Fix a bug where we'd try to look beyond the current cached tokens when by Chris Lattner · 16 years ago
  18. a67865c add a testcase by Chris Lattner · 16 years ago
  19. 44b4321 Unifies the name-lookup mechanisms used in various parts of the AST by Douglas Gregor · 16 years ago