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