[PATCH] D12134: [DEBUG INFO] Source correlation for lambda captured values.

Eric Christopher via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 24 23:00:59 PDT 2015


echristo added a comment.

How about:

13. [apple,
14. banana,
15. cherry]{
16. printf("apple = %d\n",apple);
17. printf("banana = %d\n",banana);
18. printf("cherry = %d\n",cherry);

Should be 13, 14, 15 yes?

-eric


http://reviews.llvm.org/D12134





More information about the cfe-commits mailing list