summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/sizeof-pack.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [c++20] P0780R2: Support pack-expansion of init-captures.Richard Smith2019-05-211-1/+7
| | | | | | | | | | | 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
* Fix a couple of places where we assumed that non-type template parameters ↵Richard Smith2018-02-141-0/+7
are always rvalues. llvm-svn: 325095
OpenPOWER on IntegriCloud