summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/class-template-id.cpp
AgeCommit message (Expand)Author
2015-07-16PR10405 - Desugar FunctionType and TemplateSpecializationType if any type tha...Nikola Smiljanic
2013-03-05Add quotation marks to template names in diagnostics.David Blaikie
2012-08-18PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers andRichard Smith
2010-09-05"const std::vector<int>*" not "std::vector<int> const*"Chris Lattner
2010-07-30Improve error recovery when presented with an ill-formed template-idJohn McCall
2009-12-18Switch the initialization required by return statements over to theDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-01Don't automatically assume that an id-expression refers to aDouglas Gregor
2009-03-25Fix parsing of template classes prefixed by nested-name-specifiersDouglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-17Small sanity-checking testcaseDouglas Gregor
2009-02-17Added ClassTemplateSpecializationDecl, which is a subclass ofDouglas Gregor
2009-02-09Start processing template-ids as types when the template-name refersDouglas Gregor