summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclTemplate.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Implement template instantiation for ClassTemplateSpecializationTypes,Douglas Gregor2009-03-091-0/+9
* Make the type associated with a ClassTemplateSpecializationDecl be aDouglas Gregor2009-02-261-1/+0
* Implement parsing of nested-name-specifiers that involve template-ids, e.g.,Douglas Gregor2009-02-251-1/+1
* Implement basic parsing and semantic analysis for explicitDouglas Gregor2009-02-171-5/+9
* Added ClassTemplateSpecializationDecl, which is a subclass ofDouglas Gregor2009-02-171-0/+36
* Allow the use of default template arguments when forming a classDouglas Gregor2009-02-111-0/+20
* Implement parsing, semantic analysis and ASTs for default templateDouglas Gregor2009-02-101-0/+9
* Eliminate TemplateArg so that we only have a single kind ofDouglas Gregor2009-02-091-5/+0
* Start processing template-ids as types when the template-name refersDouglas Gregor2009-02-091-0/+6
* Semantic checking for class template declarations andDouglas Gregor2009-02-061-5/+11
* Improve the representation of template type parameters. We nowDouglas Gregor2009-02-051-1/+2
* Basic representation of C++ class templates, from Andrew Sutton.Douglas Gregor2009-02-041-0/+108
OpenPOWER on IntegriCloud