summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/temp/temp.decls/temp.variadic/p4.cpp
Commit message (Expand)AuthorAgeFilesLines
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-041-6/+3
* Do not look through pack expansions when looking for unexpanded parameter packs.Richard Smith2017-08-151-0/+98
* PR11850 + duplicates: don't assume that a function parameter pack expansion isRichard Smith2012-03-131-0/+46
* Improve diagnostics a bit for bad member initializers, and fix an obscure bug...Eli Friedman2012-02-221-0/+10
* Tweak the fix to PR8977: an empty expression-list represents value initializa...Eli Friedman2012-01-051-1/+2
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Declare and define implicit move constructor and assignment operator.Sebastian Redl2011-08-301-0/+1
* Semantic checking for exception specifications should be triggered byJohn McCall2011-03-021-1/+1
* When we're instantiating a direct variable initializer that has a packDouglas Gregor2011-01-141-0/+9
* Replace the representation of template template argument packDouglas Gregor2011-01-051-1/+1
* Implement pack expansion of base initializers, so that we canDouglas Gregor2011-01-041-2/+30
* Implement pack expansions whose pattern is a base-specifier.Douglas Gregor2011-01-031-0/+18
* Implement support for pack expansions in initializer lists andDouglas Gregor2011-01-031-0/+14
* When instantiating a non-type template parameter pack, be sure toDouglas Gregor2010-12-241-5/+25
* Implement instantiation of pack expansions whose pattern is a type-idDouglas Gregor2010-12-211-6/+6
* Extend the parser to support pack expansions within exceptionDouglas Gregor2010-12-201-0/+18
* Test template instantiation of pack expansions where the parameter pack is in...Douglas Gregor2010-12-201-3/+16
* Clean up the printing of template argument packs; previously, we wereDouglas Gregor2010-12-201-1/+1
* Implement basic support for template instantiation of pack expansionsDouglas Gregor2010-12-201-0/+15
OpenPOWER on IntegriCloud