ahatanak added inline comments.
================
Comment at: test/CodeGenCXX/block-byref-cxx-objc.cpp:36
+// CHECK: call void @_Block_object_dispose(
+
+int testB() {
----------------
Should the second call to @_Block_object_dispose be an invoke if the destructor
can throw? The FIXME in CodeGenFunction::BuildBlockRelease seems to imply that
we should consider whether the destructor can throw.
Repository:
rC Clang
https://reviews.llvm.org/D50152
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits