summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/temp/temp.decls/temp.variadic/multi-level-substitution.cpp
Commit message (Expand)AuthorAgeFilesLines
* The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith2013-04-211-5/+5
* PR13811: Add a FunctionParmPackExpr node to handle references to functionRichard Smith2012-09-121-0/+24
* PR13386: When matching up parameters between a function template declarationRichard Smith2012-07-181-0/+43
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* When substituting into a sizeof parameter pack expression in a contextDouglas Gregor2011-10-101-0/+15
* When we're substituting into a parameter-type-list nested inside the patternDouglas Gregor2011-03-021-0/+18
* Implement support for non-type template parameter packs whose type isDouglas Gregor2011-01-191-2/+42
* Introduce a new kind of TemplateName that captures a substitutedDouglas Gregor2011-01-151-0/+26
* Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr,Douglas Gregor2011-01-151-0/+23
* Teach template template argument pack expansions to keep track of theDouglas Gregor2011-01-141-0/+38
* Handle substitutions into function parameter packs whose patternsDouglas Gregor2011-01-141-0/+22
* Teach PackExpansionExpr to keep track of the number of pack expansionsDouglas Gregor2011-01-141-0/+29
* Keep track of the number of expansions to be produced from a type packDouglas Gregor2011-01-141-3/+10
* Start implementing support for substitution into pack expansions thatDouglas Gregor2011-01-141-0/+20
* Properly rebuild pack expansions whose pattern is a non-type templateDouglas Gregor2011-01-031-0/+13
OpenPOWER on IntegriCloud