summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/temp_arg_template.cpp
AgeCommit message (Expand)Author
2017-08-29PR10147: When substituting a template template argument, substitute in the mostRichard Smith
2017-04-13PR32185: Revert r291512 and add a testcase for PR32185.Richard Smith
2017-01-09Check that template template arguments match template template parametersRichard Smith
2016-12-31[c++17] Implement P0522R0 as written. This allows a template template argumentRichard Smith
2016-01-11Fix assert hit when tree-transforming template template parameter packs.Manuel Klimek
2015-12-10[Lit Test] Updated 20 Lit tests to be C++11 compatible.Charles Li
2013-08-28Richard makes a good point, clean up this test.David Majnemer
2013-08-28Some of this test doesn't want -std=c++11David Majnemer
2013-08-28This test now needs C++11David Majnemer
2013-08-28AST: Don't treat a TemplateExpansion as a TemplateDavid Majnemer
2012-03-07Correct test from r152189.Eli Friedman
2012-03-07Make sure we consistently canonicalize types when canonicalizing TemplateTemp...Eli Friedman
2011-04-14Detect when the string "<::" is found in code after a cast or template name a...Richard Smith
2010-08-06Remove some incorrect assertions when deduction template arguments inDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-11Introduce a new representation for template templateDouglas Gregor
2009-06-25Improved semantic analysis and AST respresentation for functionDouglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
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-10Check template template arguments against their corresponding templateDouglas Gregor