1. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  2. 561f812 Introduce the notion of instantiation dependence into Clang's AST. A by Douglas Gregor · 13 years ago
  3. 1460604 Preserve that a TemplateName was arrived at by substituting by John McCall · 13 years ago
  4. 6cd9d4a Teach Sema::ActOnCXXNestedNameSpecifier and Sema::CheckTemplateIdType by Douglas Gregor · 13 years ago
  5. 1aee05d Introduce a new kind of TemplateName that captures a substituted by Douglas Gregor · 14 years ago
  6. d093722 Variadic templates: extend Type, NestedNameSpecifier, TemplateName, by Douglas Gregor · 14 years ago
  7. 6b54151 Fix C++ PCH issues. by Argyrios Kyrtzidis · 14 years ago
  8. 90b715e Initial support for writing templates to PCH. by Argyrios Kyrtzidis · 14 years ago
  9. 900fc63 Add raw_ostream operators to NamedDecl for convenience. Switch over all users of getNameAsString on a stream. by Benjamin Kramer · 14 years ago
  10. db88d8a When a template (without arguments) is passed as a template type by Jeffrey Yasskin · 14 years ago
  11. 0bd6feb Push overloaded function templates through the parser using a totally different by John McCall · 15 years ago
  12. ca1bdd7 Implement support for parsing dependent template-ids that refer to by Douglas Gregor · 15 years ago
  13. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  14. 3b6afbb Initial stab at implement dependent member references to member by Douglas Gregor · 15 years ago
  15. d99cbe6 [llvm up] by Douglas Gregor · 15 years ago
  16. e4f2142 Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. by Chris Lattner · 15 years ago
  17. d249e1d1f Create a new PrintingPolicy class, which we pass down through the AST by Douglas Gregor · 15 years ago
  18. c960ee3 add TemplateName.cpp/h to the xcode project, minor tidying. by Chris Lattner · 15 years ago
  19. 1734317 Parsing, semantic analysis, and template instantiation for typename by Douglas Gregor · 15 years ago
  20. 9bde773 Some cleanup and renaming. No functionality change by Douglas Gregor · 15 years ago
  21. de650ae Implement template instantiation for template names, including both by Douglas Gregor · 15 years ago
  22. 7532dc6 Improve the representation of template names in the AST. This by Douglas Gregor · 15 years ago