Include this in 3.4? (avoids embarassing crash when init-captures are used w generic lambdas)

Faisal Vali faisalv at gmail.com
Wed Dec 4 05:16:56 PST 2013


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

I apologize if I'm being a pest about this patch - but since I'm not sure
what the cutoff date is for 3.4 (but it seems like it's rapidly approaching)
- and I know Richard had expressed interest in incorporating this
patch into 3.4 -
just thought i'd bring it up again.

FYI: Currently clang crashes on the following code:

int i = 4;auto L = [&j = i](auto a) {
 return [k = j]() { return k; };};L(8)(); <-- ICE!


All of Richard's feedback has been incorporated (I believe).

Thanks!

Faisal Vali
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131204/5302d4a9/attachment.html>


More information about the cfe-commits mailing list