rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.

LGTM with one tweak.



================
Comment at: lib/CodeGen/CGBlocks.cpp:1124
                                                            LocalDeclMap,
-                                                           false);
+                                                           false, true);
   }
----------------
Please /*comment*/ the meaning of these bools.


https://reviews.llvm.org/D38118



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to