summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/temp_arg_template.cpp
Commit message (Expand)AuthorAge
* Richard makes a good point, clean up this test.David Majnemer2013-08-28
* Some of this test doesn't want -std=c++11David Majnemer2013-08-28
* This test now needs C++11David Majnemer2013-08-28
* AST: Don't treat a TemplateExpansion as a TemplateDavid Majnemer2013-08-28
* Correct test from r152189.Eli Friedman2012-03-07
* Make sure we consistently canonicalize types when canonicalizing TemplateTemp...Eli Friedman2012-03-07
* Detect when the string "<::" is found in code after a cast or template name a...Richard Smith2011-04-14
* Remove some incorrect assertions when deduction template arguments inDouglas Gregor2010-08-06
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* Introduce a new representation for template templateDouglas Gregor2009-11-11
* Improved semantic analysis and AST respresentation for functionDouglas Gregor2009-06-25
* Rename clang to clang-cc.Daniel Dunbar2009-03-24
* Implement parsing of nested-name-specifiers that involve template-ids, e.g.,Douglas Gregor2009-02-25
* Implement semantic checking for template arguments that correspond toDouglas Gregor2009-02-11
* Check template template arguments against their corresponding templateDouglas Gregor2009-02-10