1. d92f7a2 Added inherited info to template and non-type arguments of templates. by Abramo Bagnara · 14 years ago
  2. 3458d43 Allocate the contents of TemplateArgumentList using ASTContext's allocator. This fixes by Ted Kremenek · 14 years ago
  3. 0054531 Keep track of all of the class and function template's "common" by Douglas Gregor · 14 years ago
  4. bd054db Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRange -> getSourceRange for TypeLoc. by Abramo Bagnara · 14 years ago
  5. 304d0fa just add a fixme for the StructuredArgs leak, it shouldn't affect by Chris Lattner · 14 years ago
  6. 98d279b switch TemplateArgumentListBuilder to hold its flat argument list in a smallvector by Chris Lattner · 14 years ago
  7. 8859891 fix the TemplateArgumentList copy constructor to not by Chris Lattner · 14 years ago
  8. 56ef550 Clarify TemplateArgumentList ownership over its "flat" and by Chris Lattner · 14 years ago
  9. 13c8577 Partial and full specializations of a class template may have a by Douglas Gregor · 14 years ago
  10. dc60c1e Introduce a sequence number into class template partial by Douglas Gregor · 14 years ago
  11. 31f17ec Make the InjectedClassNameType the canonical type of the current instantiation by John McCall · 14 years ago
  12. 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 15 years ago
  13. b7de181 Fix PR6156 and test several of the basic aspects of non-type template arguments by Chandler Carruth · 15 years ago
  14. a93c934 DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated variables, by John McCall · 15 years ago
  15. 0da76df Centralize and complete the computation of value- and type-dependence for DeclRefExprs by Douglas Gregor · 15 years ago
  16. d5532b6 Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations" into by John McCall · 15 years ago
  17. 788cd06 Introduce a new representation for template template by Douglas Gregor · 15 years ago
  18. 833ca99 Track source information for template arguments and template specialization by John McCall · 15 years ago
  19. 275c10a Extract TemplateArgument into a new header just for common template by John McCall · 15 years ago
  20. ed9c0f9 Implement support for semantic checking and template instantiation of by Douglas Gregor · 15 years ago
  21. 06a59bb Correct a comment. by Sebastian Redl · 15 years ago
  22. 467b27b Canonicality is a property of qualified types, not unqualified types. by John McCall · 15 years ago
  23. b9aa6b2 WIP implementation of explicit function template specialization. This by Douglas Gregor · 15 years ago
  24. dd4a3b0 Improved representation and support for friend class templates. Angst about same. by John McCall · 15 years ago
  25. bf4ea56 Implement partial ordering of class template partial specializations by Douglas Gregor · 15 years ago
  26. 136a698 When stringizing a NamedDecl for a diagnostic, treat the template by John McCall · 15 years ago
  27. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  28. a5d8200 Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use DeclaratorInfo to get this information. by Argyrios Kyrtzidis · 15 years ago
  29. a1d5662 Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interfaces. by Argyrios Kyrtzidis · 15 years ago
  30. 37d93e9 Keep track of the template arguments deduced when matching a class by Douglas Gregor · 15 years ago
  31. b88e888 Support out-of-line definitions of the members of class template by Douglas Gregor · 15 years ago
  32. 8e9e9ef Make tag declarations redeclarable. This change has three purposes: by Douglas Gregor · 15 years ago
  33. 1275ae0 Refactor the code that produces a TemplateSpecializationType, so that by Douglas Gregor · 15 years ago
  34. 97fbaa2 Remove ASTContext::getCanonicalDecl() and use Decl::getCanonicalDecl in its place. by Argyrios Kyrtzidis · 15 years ago
  35. b57a4fe Move the functionality of ASTContext::getCanonicalDecl(), into a virtual method Decl::getCanonicalDecl(). by Argyrios Kyrtzidis · 15 years ago
  36. 127102b Keep track of function template specializations, to eliminate by Douglas Gregor · 15 years ago
  37. fb25052 Check in a new template argument list builder that should work better for variadic templates. by Anders Carlsson · 15 years ago
  38. 76e4ce4 Keep track of whether a type parameter type is a parameter pack. by Anders Carlsson · 15 years ago
  39. 3b36b66 More parameter pack work. by Anders Carlsson · 15 years ago
  40. d01b1da Add a new 'Pack' argument kind to TemplateArgument. This is not yet used. by Anders Carlsson · 15 years ago
  41. 0ceffb5 More work on type parameter packs. by Anders Carlsson · 15 years ago
  42. 67e3320 Improvements to TemplateArgumentListBuilder to make it work better with parameter packs. by Anders Carlsson · 15 years ago
  43. 6d845ae Keep track of whether a type parameter is actually a type parameter pack. by Anders Carlsson · 15 years ago
  44. 412485d Avoid warnings. by Mike Stump · 15 years ago
  45. 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
  46. e9c904b Make the TemplateArgumentList take a TemplateArgumentListBuilder. by Anders Carlsson · 15 years ago
  47. 91fdf6f Change the specialization decls to take a TemplateArgumentListBuilder. by Anders Carlsson · 15 years ago
  48. c8ab256 Initial infrastructure for class template partial specialization. Here by Douglas Gregor · 15 years ago
  49. 7e06390 Encapsulate template arguments lists in a new class, by Douglas Gregor · 15 years ago
  50. 7da97d0 Implement the semantics of the injected-class-name within a class by Douglas Gregor · 15 years ago
  51. 5953d8b Introduce a new expression type, UnresolvedDeclRefExpr, that describes by Douglas Gregor · 16 years ago
  52. 40808ce Implement template instantiation for ClassTemplateSpecializationTypes, by Douglas Gregor · 16 years ago
  53. fc705b8 Make the type associated with a ClassTemplateSpecializationDecl be a by Douglas Gregor · 16 years ago
  54. 39a8de1 Implement parsing of nested-name-specifiers that involve template-ids, e.g., by Douglas Gregor · 16 years ago
  55. cc63668 Implement basic parsing and semantic analysis for explicit by Douglas Gregor · 16 years ago
  56. 3e00bad Added ClassTemplateSpecializationDecl, which is a subclass of by Douglas Gregor · 16 years ago
  57. 62cb18d Allow the use of default template arguments when forming a class by Douglas Gregor · 16 years ago
  58. d684b00 Implement parsing, semantic analysis and ASTs for default template by Douglas Gregor · 16 years ago
  59. 5908e9f Eliminate TemplateArg so that we only have a single kind of by Douglas Gregor · 16 years ago
  60. 55f6b14 Start processing template-ids as types when the template-name refers by Douglas Gregor · 16 years ago
  61. ddc29e1 Semantic checking for class template declarations and by Douglas Gregor · 16 years ago
  62. fab9d67 Improve the representation of template type parameters. We now by Douglas Gregor · 16 years ago
  63. aaba5e3 Basic representation of C++ class templates, from Andrew Sutton. by Douglas Gregor · 16 years ago