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