1. 9ba4164 Make TemplateArgumentListBuilder take an ASTContext (because we're probably going to need it later). Move push_back to the .cpp file. If the passed in template argument is a type, assert that it's canonical. by Anders Carlsson · 15 years ago
  2. e9c904b Make the TemplateArgumentList take a TemplateArgumentListBuilder. by Anders Carlsson · 15 years ago
  3. 91fdf6f Change the specialization decls to take a TemplateArgumentListBuilder. by Anders Carlsson · 15 years ago
  4. c8ab256 Initial infrastructure for class template partial specialization. Here by Douglas Gregor · 15 years ago
  5. 7e06390 Encapsulate template arguments lists in a new class, by Douglas Gregor · 15 years ago
  6. 7da97d0 Implement the semantics of the injected-class-name within a class by Douglas Gregor · 15 years ago
  7. 5953d8b Introduce a new expression type, UnresolvedDeclRefExpr, that describes by Douglas Gregor · 15 years ago
  8. 40808ce Implement template instantiation for ClassTemplateSpecializationTypes, by Douglas Gregor · 15 years ago
  9. fc705b8 Make the type associated with a ClassTemplateSpecializationDecl be a by Douglas Gregor · 15 years ago
  10. 39a8de1 Implement parsing of nested-name-specifiers that involve template-ids, e.g., by Douglas Gregor · 15 years ago
  11. cc63668 Implement basic parsing and semantic analysis for explicit by Douglas Gregor · 16 years ago
  12. 3e00bad Added ClassTemplateSpecializationDecl, which is a subclass of by Douglas Gregor · 16 years ago
  13. 62cb18d Allow the use of default template arguments when forming a class by Douglas Gregor · 16 years ago
  14. d684b00 Implement parsing, semantic analysis and ASTs for default template by Douglas Gregor · 16 years ago
  15. 5908e9f Eliminate TemplateArg so that we only have a single kind of by Douglas Gregor · 16 years ago
  16. 55f6b14 Start processing template-ids as types when the template-name refers by Douglas Gregor · 16 years ago
  17. ddc29e1 Semantic checking for class template declarations and by Douglas Gregor · 16 years ago
  18. fab9d67 Improve the representation of template type parameters. We now by Douglas Gregor · 16 years ago
  19. aaba5e3 Basic representation of C++ class templates, from Andrew Sutton. by Douglas Gregor · 16 years ago