Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-25 | PR12057: Allow variadic template pack expansions to cross lambda boundaries. | Richard Smith | |
Rather than adding a ContainsUnexpandedParameterPack bit to essentially every AST node, we tunnel the bit directly up to the surrounding lambda expression when we reach a context where an unexpanded pack can not normally appear. Thus any statement or declaration within a lambda can now potentially contain an unexpanded parameter pack. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160705 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2012-02-14 | Implement support for lambda capture pack expansions, e.g., | Douglas Gregor | |
[&values...] { print(values...); } git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150497 91177308-0d34-0410-b5e6-96231b3b80d8 |