[PATCH] D14796: Preserve exceptions information during calls code generation.

Samuel Antao via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 19 07:28:25 PST 2015


sfantao added inline comments.

================
Comment at: lib/CodeGen/CGExpr.cpp:3751
@@ +3750,3 @@
+  // Preserve the non-canonical function type because things like exception
+  // specifications disappear in the canonical type. That information is useful
+  // to drive the generation of more accurate code for this call later on.
----------------
Done!


http://reviews.llvm.org/D14796





More information about the cfe-commits mailing list