llvm-project/clang/test/CXX/temp/temp.decls
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
..
temp.alias
temp.class Fix all tests under test/CXX (and test/Analysis) to pass if clang's default 2016-08-31 23:24:08 +00:00
temp.class.spec DR1315: a non-type template argument in a partial specialization is permitted 2016-12-28 02:37:25 +00:00
temp.fct
temp.friend Fix implementation of [temp.local]p4. 2019-02-15 21:53:07 +00:00
temp.mem When determining the target function of an explicit instantiation, make 2017-06-07 23:00:05 +00:00
temp.variadic [c++20] P0780R2: Support pack-expansion of init-captures. 2019-05-21 20:10:50 +00:00
p3.cpp