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