summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/temp/temp.decls/temp.variadic/metafunctions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reject varargs '...' in function prototype if there are more parameters afterRichard Smith2014-08-111-1/+1
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Implement C++0x [temp.arg.template]p3, which allows slightly fuzzyDouglas Gregor2011-01-131-0/+17
* Initial implementation of function parameter packs. This implementation allows:Douglas Gregor2011-01-051-0/+24
* When we're converting deduced template arguments to the type of theDouglas Gregor2011-01-051-0/+27
* Replace the representation of template template argument packDouglas Gregor2011-01-051-0/+40
* Implement support for template template parameter packs, e.g.,Douglas Gregor2011-01-051-0/+26
* When creating the injected-class-name for a class template involving aDouglas Gregor2011-01-041-3/+0
* Add a test that is currently failingDouglas Gregor2011-01-031-0/+14
* Another variadic template metafunction test case: summing values.Douglas Gregor2011-01-031-2/+16
* Implement support for pack expansions whose pattern is a non-typeDouglas Gregor2011-01-031-0/+49
* Consolidate template metafunction tests for variadic templates into a single ...Douglas Gregor2011-01-031-0/+66
OpenPOWER on IntegriCloud