1. 2be29f4 Teach template template argument pack expansions to keep track of the by Douglas Gregor · 14 years ago
  2. 67fd125 Teach PackExpansionExpr to keep track of the number of pack expansions by Douglas Gregor · 14 years ago
  3. cded4f6 Keep track of the number of expansions to be produced from a type pack by Douglas Gregor · 14 years ago
  4. 4ba2a17 PR3558: mark "logically const" accessor methods in ASTContext as const, by Jay Foad · 14 years ago
  5. 203e6a3 Add TemplateArgument::CreatePackCopy() to create a new parameter pack by Douglas Gregor · 14 years ago
  6. b0ddf3a When default-initializing a TemplateArgumentLocInfo, make sure that we by Douglas Gregor · 14 years ago
  7. a7fc901 Replace the representation of template template argument pack by Douglas Gregor · 14 years ago
  8. ba68eca Add semantic analysis for the creation of and an AST representation by Douglas Gregor · 14 years ago
  9. be230c3 Implement support for pack expansions whose pattern is a non-type by Douglas Gregor · 14 years ago
  10. e02e262 Implement template argument deduction for pack expansions whose by Douglas Gregor · 14 years ago
  11. 03491de Add a hack to work around the lack of proper type-source info in a pack expansion TypeLoc by Douglas Gregor · 14 years ago
  12. 8491ffe Implement basic support for template instantiation of pack expansions by Douglas Gregor · 14 years ago
  13. 87dd697 Clean up the handling of template argument packs, especially in the by Douglas Gregor · 14 years ago
  14. bebbe0d Variadic templates: extend the Expr class with a bit that specifies by Douglas Gregor · 14 years ago
  15. d093722 Variadic templates: extend Type, NestedNameSpecifier, TemplateName, by Douglas Gregor · 14 years ago
  16. 910f800 Remove broken support for variadic templates, along with the various by Douglas Gregor · 14 years ago
  17. f38ef0c fix a crash in RecursiveASTVisitor's child classes (PR8403); reviewed by chandlerc. by Zhanyong Wan · 14 years ago
  18. 67c4a0c operator<< on a DiagnosticBuilder should *always* output exactly one thing. by John McCall · 14 years ago
  19. 3350095 Split DependentNameType into two types. DependentNameType represents the by John McCall · 14 years ago
  20. bd054db Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRange -> getSourceRange for TypeLoc. by Abramo Bagnara · 14 years ago
  21. a933319 When printing a non-viable overload candidate that failed due to by Douglas Gregor · 14 years ago
  22. a93c934 DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated variables, by John McCall · 15 years ago
  23. 74295b3 Canonical template arguments that are template template parameters by by Douglas Gregor · 15 years ago
  24. 7bb87fc Fix speculative parsing of dependent template names in by Douglas Gregor · 15 years ago
  25. 788cd06 Introduce a new representation for template template by Douglas Gregor · 15 years ago
  26. 828bff2 A few TemplateArgumentLoc clean-ups. Try to remember the Expr for a declaration. by John McCall · 15 years ago
  27. 833ca99 Track source information for template arguments and template specialization by John McCall · 15 years ago
  28. 275c10a Extract TemplateArgument into a new header just for common template by John McCall · 15 years ago