1. 879fd49 Implement instantiation of enums within class templates. This isn't by Douglas Gregor · 16 years ago
  2. 76b1c84 (Hopefully) instantiate dependent array types correctly. by Anders Carlsson · 16 years ago
  3. f80a9d5 Check for overflow and signedness problems with template by Douglas Gregor · 16 years ago
  4. bc736fc Implement template instantiation for the prefix unary operators. As by Douglas Gregor · 16 years ago
  5. 940bd83 Devious test-case involved overload resolution and ADL during template instantiation. by Douglas Gregor · 16 years ago
  6. ba49817 Implement template instantiation for several more kinds of expressions: by Douglas Gregor · 16 years ago
  7. df03251 Implement template instantiation for builtin binary operators by Douglas Gregor · 16 years ago
  8. a0e500d Straw man for instantiation of expressions. Use it to instantiate the by Douglas Gregor · 16 years ago
  9. 656de63 Fix various problems with matching out-of-line definitions of static by Douglas Gregor · 16 years ago
  10. 3cf538d Implement basic template instantiation for fields. Reshuffle checking by Douglas Gregor · 16 years ago
  11. 4fdf1fa Add basic, hackish support for instantiation of typedefs in a class by Douglas Gregor · 16 years ago
  12. df667e7 Extend the notion of active template instantiations to include the by Douglas Gregor · 16 years ago
  13. 27b152f If we run into multiple errors within the same template instantiation, by Douglas Gregor · 16 years ago
  14. 9813753 Add pretty-printing for class template specializations, e.g., by Douglas Gregor · 16 years ago
  15. ee1828a Add a notion of "post-diagnostic hooks", which are callbacks attached by Douglas Gregor · 16 years ago
  16. 26dce44 Limit the template instantiation depth to some user-configurable value by Douglas Gregor · 16 years ago
  17. 1a873ae Add a test case that goes with the last commit by Douglas Gregor · 16 years ago
  18. 40808ce Implement template instantiation for ClassTemplateSpecializationTypes, by Douglas Gregor · 16 years ago
  19. 2943aed Implement the basics of implicit instantiation of class templates, in by Douglas Gregor · 16 years ago
  20. 724651c Template instantiation for function types by Douglas Gregor · 16 years ago
  21. cd281c3 Implement template instantiation for pointer, reference, and (some) by Douglas Gregor · 16 years ago
  22. 99ebf65 Implement the basic approach for instantiating types, with a lot of FIXME'd by Douglas Gregor · 16 years ago
  23. 4b2d3f7 Introduce code modification hints into the diagnostics system. When we by Douglas Gregor · 16 years ago
  24. 2850784 Make more AST nodes and semantic checkers dependent-expression-aware. by Sebastian Redl · 16 years ago
  25. 6510079 Use RecordFirst/RecordLast range checks in DeclContext by Douglas Gregor · 16 years ago
  26. 7f43d67 Implementing parsing of template-ids as class-names, so that we can by Douglas Gregor · 16 years ago
  27. 3965b7b Cope with use of the token '>>' inside a template argument list, e.g., by Douglas Gregor · 16 years ago
  28. 6bc9f7e Improve location information on "reused" class template specialization by Douglas Gregor · 16 years ago
  29. 88b7094 Perform additional semantic checking of class template by Douglas Gregor · 16 years ago
  30. ac1afdc Include the appropriate header for malloc by Douglas Gregor · 16 years ago
  31. 39a8de1 Implement parsing of nested-name-specifiers that involve template-ids, e.g., by Douglas Gregor · 16 years ago
  32. d0344a4 Fix a long standard problem with clang retaining "too much" sugar by Chris Lattner · 16 years ago
  33. 611a8c4 Provide a proper source location when building an implicit dereference. Fixes PR3600 by Douglas Gregor · 16 years ago
  34. cc63668 Implement basic parsing and semantic analysis for explicit by Douglas Gregor · 16 years ago
  35. 3e00bad Added ClassTemplateSpecializationDecl, which is a subclass of by Douglas Gregor · 16 years ago
  36. cc45cb3 Finished semantic analysis of non-type template arguments, to check by Douglas Gregor · 16 years ago
  37. 62cb18d Allow the use of default template arguments when forming a class by Douglas Gregor · 16 years ago
  38. 658bbb5 Implement semantic checking for template arguments that correspond to by Douglas Gregor · 16 years ago
  39. b86b057 Add semantic checking for template arguments that correspond to by Douglas Gregor · 16 years ago
  40. f684e6e Semantic checking for template arguments that correspond to non-type by Douglas Gregor · 16 years ago
  41. a35284b Add partial semantic checking of template arguments that are meant for by Douglas Gregor · 16 years ago
  42. 6ae5e66 Add type-checking and implicit conversions for template parameters of by Douglas Gregor · 16 years ago
  43. 68c6993 Fix a problem with bogus template shadowing warnings by Douglas Gregor · 16 years ago
  44. d684b00 Implement parsing, semantic analysis and ASTs for default template by Douglas Gregor · 16 years ago
  45. 5d290d5 Semantic analysis for non-type template parameter declarations. by Douglas Gregor · 16 years ago
  46. 8b64259 Teach the type-id/expression disambiguator about different by Douglas Gregor · 16 years ago
  47. dd0574e Check template template arguments against their corresponding template by Douglas Gregor · 16 years ago
  48. c15cb38 Rudimentary checking of template arguments against their corresponding by Douglas Gregor · 16 years ago
  49. 55f6b14 Start processing template-ids as types when the template-name refers by Douglas Gregor · 16 years ago
  50. ddc29e1 Semantic checking for class template declarations and by Douglas Gregor · 16 years ago