1. 2943aed Implement the basics of implicit instantiation of class templates, in by Douglas Gregor · 15 years ago
  2. 724651c Template instantiation for function types by Douglas Gregor · 15 years ago
  3. cd281c3 Implement template instantiation for pointer, reference, and (some) by Douglas Gregor · 15 years ago
  4. 99ebf65 Implement the basic approach for instantiating types, with a lot of FIXME'd by Douglas Gregor · 15 years ago
  5. 4b2d3f7 Introduce code modification hints into the diagnostics system. When we by Douglas Gregor · 15 years ago
  6. 2850784 Make more AST nodes and semantic checkers dependent-expression-aware. by Sebastian Redl · 15 years ago
  7. 6510079 Use RecordFirst/RecordLast range checks in DeclContext by Douglas Gregor · 15 years ago
  8. 7f43d67 Implementing parsing of template-ids as class-names, so that we can by Douglas Gregor · 15 years ago
  9. 3965b7b Cope with use of the token '>>' inside a template argument list, e.g., by Douglas Gregor · 15 years ago
  10. 6bc9f7e Improve location information on "reused" class template specialization by Douglas Gregor · 15 years ago
  11. 88b7094 Perform additional semantic checking of class template by Douglas Gregor · 15 years ago
  12. ac1afdc Include the appropriate header for malloc by Douglas Gregor · 15 years ago
  13. 39a8de1 Implement parsing of nested-name-specifiers that involve template-ids, e.g., by Douglas Gregor · 15 years ago
  14. d0344a4 Fix a long standard problem with clang retaining "too much" sugar by Chris Lattner · 15 years ago
  15. 611a8c4 Provide a proper source location when building an implicit dereference. Fixes PR3600 by Douglas Gregor · 15 years ago
  16. cc63668 Implement basic parsing and semantic analysis for explicit by Douglas Gregor · 15 years ago
  17. 3e00bad Added ClassTemplateSpecializationDecl, which is a subclass of by Douglas Gregor · 15 years ago
  18. cc45cb3 Finished semantic analysis of non-type template arguments, to check by Douglas Gregor · 16 years ago
  19. 62cb18d Allow the use of default template arguments when forming a class by Douglas Gregor · 16 years ago
  20. 658bbb5 Implement semantic checking for template arguments that correspond to by Douglas Gregor · 16 years ago
  21. b86b057 Add semantic checking for template arguments that correspond to by Douglas Gregor · 16 years ago
  22. f684e6e Semantic checking for template arguments that correspond to non-type by Douglas Gregor · 16 years ago
  23. a35284b Add partial semantic checking of template arguments that are meant for by Douglas Gregor · 16 years ago
  24. 6ae5e66 Add type-checking and implicit conversions for template parameters of by Douglas Gregor · 16 years ago
  25. 68c6993 Fix a problem with bogus template shadowing warnings by Douglas Gregor · 16 years ago
  26. d684b00 Implement parsing, semantic analysis and ASTs for default template by Douglas Gregor · 16 years ago
  27. 5d290d5 Semantic analysis for non-type template parameter declarations. by Douglas Gregor · 16 years ago
  28. 8b64259 Teach the type-id/expression disambiguator about different by Douglas Gregor · 16 years ago
  29. dd0574e Check template template arguments against their corresponding template by Douglas Gregor · 16 years ago
  30. c15cb38 Rudimentary checking of template arguments against their corresponding by Douglas Gregor · 16 years ago
  31. 55f6b14 Start processing template-ids as types when the template-name refers by Douglas Gregor · 16 years ago
  32. ddc29e1 Semantic checking for class template declarations and by Douglas Gregor · 16 years ago