[PATCH] Implement transformations of non-capturing nested lambdas.

Doug Gregor dgregor at apple.com
Wed Oct 2 21:05:50 PDT 2013


  For the assertion, you can probably teach addInstantiatedParametersToScope() to cope with getNumArgumentsInExpansion() returning an empty optional: in that case, use Scope.InstantiatedLocal rather than Scope.MakeInstantiatedLocalArgPack/Scope.InstantiatedLocalPackArg.

http://llvm-reviews.chandlerc.com/D1784



More information about the cfe-commits mailing list