summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/class-template-id.cpp
Commit message (Expand)AuthorAgeFilesLines
* "const std::vector<int>*" not "std::vector<int> const*"Chris Lattner2010-09-051-1/+1
* Improve error recovery when presented with an ill-formed template-idJohn McCall2010-07-301-0/+4
* Switch the initialization required by return statements over to theDouglas Gregor2009-12-181-3/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Don't automatically assume that an id-expression refers to aDouglas Gregor2009-12-011-0/+5
* Fix parsing of template classes prefixed by nested-name-specifiersDouglas Gregor2009-03-251-0/+8
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Small sanity-checking testcaseDouglas Gregor2009-03-171-0/+1
* Added ClassTemplateSpecializationDecl, which is a subclass ofDouglas Gregor2009-02-171-8/+20
* Start processing template-ids as types when the template-name refersDouglas Gregor2009-02-091-0/+17