llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic
Richard Smith b2997f579a [c++20] P0780R2: Support pack-expansion of init-captures.
This permits an init-capture to introduce a new pack:

  template<typename ...T> auto x = [...a = T()] { /* a is a pack */ };

To support this, the mechanism for allowing ParmVarDecls to be packs has
been extended to support arbitrary local VarDecls.

llvm-svn: 361300
2019-05-21 20:10:50 +00:00
..
deduction.cpp
example-bind.cpp
example-function.cpp
example-tuple.cpp
ext-blocks.cpp
fixed-expansion.cpp
init-capture.cpp [c++20] P0780R2: Support pack-expansion of init-captures. 2019-05-21 20:10:50 +00:00
injected-class-name.cpp
metafunctions.cpp
multi-level-substitution.cpp
p1.cpp
p2.cpp
p4.cpp [c++20] Implement P0428R2 - Familiar template syntax for generic lambdas 2019-05-04 10:49:46 +00:00
p5.cpp
p5.mm
parameter-matching.cpp
partial-ordering.cpp
sizeofpack.cpp Fix hole in our enforcement of rule requiring 'typename' prior to a dependent 2017-02-01 21:36:38 +00:00