summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/cxx-variadic-templates.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-0/+2
| | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
* PR9023: A template template parameter whose template parameter list contains anRichard Smith2012-09-071-0/+4
| | | | | | | | | | | | | unexpanded parameter pack is a pack expansion. Thus, as with a non-type template parameter which is a pack expansion, it needs to be expanded early into a fixed list of template parameters. Since the expanded list of template parameters is not itself a parameter pack, it is permitted to appear before the end of the template parameter list, so also remove that restriction (for both template template parameter pack expansions and non-type template parameter pack expansions). llvm-svn: 163369
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-5/+5
| | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900
* Fix a thinko where I didn't update a consistency check forDouglas Gregor2011-02-011-0/+11
PackExpansionType in the AST reader. We need more testing for variadic templates + PCH, but this fixes PR9073. llvm-svn: 124662
OpenPOWER on IntegriCloud