Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [c++20] P0780R2: Support pack-expansion of init-captures. | Richard Smith | 2019-05-21 | 1 | -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 Smith | 2018-02-14 | 1 | -0/+7 |
are always rvalues. llvm-svn: 325095 |