summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/temp_arg_template.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR32185: Revert r291512 and add a testcase for PR32185.Richard Smith2017-04-131-3/+38
* Check that template template arguments match template template parametersRichard Smith2017-01-091-0/+6
* [c++17] Implement P0522R0 as written. This allows a template template argumentRichard Smith2016-12-311-1/+3
* Fix assert hit when tree-transforming template template parameter packs.Manuel Klimek2016-01-111-1/+11
* [Lit Test] Updated 20 Lit tests to be C++11 compatible.Charles Li2015-12-101-4/+21
* Richard makes a good point, clean up this test.David Majnemer2013-08-281-8/+3
* Some of this test doesn't want -std=c++11David Majnemer2013-08-281-1/+6
* This test now needs C++11David Majnemer2013-08-281-1/+1
* AST: Don't treat a TemplateExpansion as a TemplateDavid Majnemer2013-08-281-0/+11
* 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