summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/cxx-variadic-templates.h
Commit message (Collapse)AuthorAgeFilesLines
* PR9023: A template template parameter whose template parameter list contains anRichard Smith2012-09-071-0/+7
| | | | | | | | | | | | | 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
* Fix a thinko where I didn't update a consistency check forDouglas Gregor2011-02-011-0/+18
PackExpansionType in the AST reader. We need more testing for variadic templates + PCH, but this fixes PR9073. llvm-svn: 124662
OpenPOWER on IntegriCloud