llvm-project/clang/test/CXX/temp
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.arg
temp.decls [c++20] P0780R2: Support pack-expansion of init-captures. 2019-05-21 20:10:50 +00:00
temp.deduct.guide [c++20] Add support for explicit(bool), as described in P0892R2. 2019-05-09 03:59:21 +00:00
temp.fct.spec PR38136: improve handling of template argument deduction of non-trailing 2018-07-12 23:32:39 +00:00
temp.names
temp.param [NFC] Test commit: tweak whitespace in comment 2018-12-17 19:53:22 +00:00
temp.res Parse A::template B as an identifier rather than as a template-id with no 2018-04-27 02:00:13 +00:00
temp.spec [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose 2019-05-09 03:31:27 +00:00
temp.type
p3.cpp