forked from OSchip/llvm-project
2589b9808e
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. llvm-svn: 160705 |
||
---|---|---|
.. | ||
expr.prim.general | ||
expr.prim.lambda |