summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/temp_arg_template.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct test from r152189.Eli Friedman2012-03-071-1/+1
* Make sure we consistently canonicalize types when canonicalizing TemplateTemp...Eli Friedman2012-03-071-0/+6
* Detect when the string "<::" is found in code after a cast or template name a...Richard Smith2011-04-141-3/+6
* Remove some incorrect assertions when deduction template arguments inDouglas Gregor2010-08-061-0/+18
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Introduce a new representation for template templateDouglas Gregor2009-11-111-5/+2
* Improved semantic analysis and AST respresentation for functionDouglas Gregor2009-06-251-2/+2
* 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-10/+5
* Implement semantic checking for template arguments that correspond toDouglas Gregor2009-02-111-1/+2
* Check template template arguments against their corresponding templateDouglas Gregor2009-02-101-0/+42