summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/temp_arg.cpp
Commit message (Expand)AuthorAgeFilesLines
* Explain that a template needs arguments to make it into a type, forJeffrey Yasskin2010-04-081-1/+2
* Fix an assertion-on-error during tentative constructor parsing byJohn McCall2010-02-261-0/+7
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Implement parsing of nested-name-specifiers that involve template-ids, e.g.,Douglas Gregor2009-02-251-4/+2
* Allow the use of default template arguments when forming a classDouglas Gregor2009-02-111-1/+1
* Implement semantic checking for template arguments that correspond toDouglas Gregor2009-02-111-3/+4
* Rudimentary checking of template arguments against their correspondingDouglas Gregor2009-02-091-0/+13