summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/temp_arg_type.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow anonymous and local types. The support was already in place for these,Chandler Carruth2010-09-031-2/+2
* When instantiating a typedef of an anonymous tag type, note in the tagDouglas Gregor2010-04-231-0/+8
* When a template (without arguments) is passed as a template typeJeffrey Yasskin2010-04-081-3/+13
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-1/+1
* 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 template instantiation for ClassTemplateSpecializationTypes,Douglas Gregor2009-03-091-2/+1
* Implement parsing of nested-name-specifiers that involve template-ids, e.g.,Douglas Gregor2009-02-251-8/+5
* Implement semantic checking for template arguments that correspond toDouglas Gregor2009-02-111-2/+4
* Teach the type-id/expression disambiguator about differentDouglas Gregor2009-02-101-4/+3
* Rudimentary checking of template arguments against their correspondingDouglas Gregor2009-02-091-0/+27