summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/temp/temp.decls/temp.variadic/p5.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Fix a bug where pack expansion was not expanded in type aliasErik Pilkington2016-07-051-0/+32
* PR21531: fix crash on invalid with unexpanded pack in case value.Richard Smith2014-11-201-0/+1
* Towards PR21289: don't lose track of unexpanded parameter packs withRichard Smith2014-10-171-0/+14
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-011-1/+1
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-131-1/+1
* Add a couple more tests.Eli Friedman2013-06-201-0/+1
* Include the unexpanded packs in the initializer expression when checking aNick Lewycky2013-06-131-0/+11
* Refactor to call ActOnFinishFullExpr on every full expression. TeachRichard Smith2013-01-141-0/+9
* Implement the last part of C++ [class.mem]p2, delaying the parsing ofDouglas Gregor2012-04-161-1/+1
* Represent C++ direct initializers as ParenListExprs before semantic analysisSebastian Redl2012-02-111-1/+1
* Remove a non-gcc-compatible extension that would apply attributes on declarat...Eli Friedman2011-12-171-2/+1
* Fix grammar for C++11 alignment specifiers, and add a few FIXMEs.Peter Collingbourne2011-10-231-1/+2
* Diagnose unexpanded parameter packs in member initialisers (includingPeter Collingbourne2011-10-231-0/+6
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-141-0/+4
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
* Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson2011-02-191-1/+1
* Add testing for unexpanded parameter packs in all of the C++Douglas Gregor2011-01-111-1/+128
* Implement substitution of a function parameter pack for its set ofDouglas Gregor2011-01-071-0/+27
* Implement support for template template parameter packs, e.g.,Douglas Gregor2011-01-051-0/+5
* Properly rebuild pack expansions whose pattern is a non-type templateDouglas Gregor2011-01-031-1/+0
* Diagnose the presence of unexpanded parameter packs within classDouglas Gregor2011-01-031-4/+4
* Add an AST representation for non-type template parameterDouglas Gregor2010-12-231-0/+20
* 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/+19
* Introduce a new type, PackExpansionType, to capture types that areDouglas Gregor2010-12-201-2/+14
* Add tests checking for unexpanded parameter packs in declarations thatDouglas Gregor2010-12-161-1/+20
* Check for unexpanded parameter packs in non-type template parameter types.Douglas Gregor2010-12-161-0/+3
* Check for unexpanded parameter packs in default arguments.Douglas Gregor2010-12-161-0/+9
* Check for unexpanded parameter packs within variable initializers.Douglas Gregor2010-12-161-0/+7
* Check for unexpanded parameter packs in friend declarations.Douglas Gregor2010-12-161-0/+4
* Check for unexpanded parameter packs in using declarations. As aDouglas Gregor2010-12-161-2/+7
* Check for unexpanded parameter packs in enumeration types and enumerators.Douglas Gregor2010-12-161-0/+4
* Check for unexpanded parameter packs in static assertion expressions.Douglas Gregor2010-12-151-0/+1
* Check for unexpanded parameter packs in various kinds ofDouglas Gregor2010-12-151-0/+15
* Test that all of the relevant types properly compute the "containsDouglas Gregor2010-12-151-3/+89
* Introduce a RecursiveASTVisitor subclass that finds all unexpandedDouglas Gregor2010-12-151-3/+18
* Variadic templates: extend the Expr class with a bit that specifiesDouglas Gregor2010-12-151-0/+5
* Variadic templates: extend Type, NestedNameSpecifier, TemplateName,Douglas Gregor2010-12-131-0/+11
OpenPOWER on IntegriCloud