1. 3026348 More dead code removal (using -Wunreachable-code) by David Blaikie · 13 years ago
  2. 25270b6 Add a printing policy flag to suppress printing "<anonymous>::" prior by Douglas Gregor · 13 years ago
  3. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  4. 561f812 Introduce the notion of instantiation dependence into Clang's AST. A by Douglas Gregor · 13 years ago
  5. 5f791bb Refactor the construction of nested-name-specifiers with by Douglas Gregor · 13 years ago
  6. db99241 Push nested-name-specifier source location information into using directives. by Douglas Gregor · 13 years ago
  7. dc35571 Update UsingDecl, UnresolvedUsingTypenameDecl, and by Douglas Gregor · 13 years ago
  8. c34348a Retain complete source-location information for C++ by Douglas Gregor · 13 years ago
  9. 14aba76 Teach NestedNameSpecifier to keep track of namespace aliases the same by Douglas Gregor · 13 years ago
  10. f4c7371 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 14 years ago
  11. 4ba2a17 PR3558: mark "logically const" accessor methods in ASTContext as const, by Jay Foad · 14 years ago
  12. d093722 Variadic templates: extend Type, NestedNameSpecifier, TemplateName, by Douglas Gregor · 14 years ago
  13. 37db4db Kill off the last Destroy method in the AST library by Douglas Gregor · 14 years ago
  14. 465d41b Merged Elaborated and QualifiedName types. by Abramo Bagnara · 14 years ago
  15. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  16. fee8a3c Move all of the type-printing logic to its own C++ source file by Douglas Gregor · 15 years ago
  17. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  18. 3b6afbb Initial stab at implement dependent member references to member by Douglas Gregor · 15 years ago
  19. 2191b20 Start emitting ElaboratedTypes in C++ mode. Support the effort in various by John McCall · 15 years ago
  20. 2700dcd Add a wicked little test-case that illustrates what we have to deal by Douglas Gregor · 15 years ago
  21. dacd434 Improve diagnostics and recovery when the nested-name-specifier of a by Douglas Gregor · 15 years ago
  22. e4f2142 Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. by Chris Lattner · 15 years ago
  23. d249e1d1f Create a new PrintingPolicy class, which we pass down through the AST by Douglas Gregor · 15 years ago
  24. 1734317 Parsing, semantic analysis, and template instantiation for typename by Douglas Gregor · 15 years ago
  25. 9bde773 Some cleanup and renaming. No functionality change by Douglas Gregor · 15 years ago
  26. d57959a Initial implementation of parsing, semantic analysis, and template by Douglas Gregor · 15 years ago
  27. ab452ba Revamp our representation of C++ nested-name-specifiers. We now have a by Douglas Gregor · 15 years ago
  28. bad3518 Generalize printing of nested-name-specifier sequences for use in both by Douglas Gregor · 15 years ago
  29. e4e5b05 Introduce a representation for types that we referred to via a by Douglas Gregor · 15 years ago