aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/temp_arg_type.cpp
AgeCommit message (Expand)Author
2013-03-05Add quotation marks to template names in diagnostics.David Blaikie
2010-09-03Allow anonymous and local types. The support was already in place for these,Chandler Carruth
2010-04-23When instantiating a typedef of an anonymous tag type, note in the tagDouglas Gregor
2010-04-08When a template (without arguments) is passed as a template typeJeffrey Yasskin
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-09Implement template instantiation for ClassTemplateSpecializationTypes,Douglas Gregor
2009-02-25Implement parsing of nested-name-specifiers that involve template-ids, e.g.,Douglas Gregor
2009-02-11Implement semantic checking for template arguments that correspond toDouglas Gregor
2009-02-10Teach the type-id/expression disambiguator about differentDouglas Gregor
2009-02-09Rudimentary checking of template arguments against their correspondingDouglas Gregor