[PATCH] D12022: Refactored dtor sanitizing into EHScopeStack

Evgeniy Stepanov via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 2 17:13:18 PDT 2015


eugenis added a comment.

LGTM but please wait for Richard's answer


================
Comment at: lib/CodeGen/CGClass.cpp:1551
@@ +1550,3 @@
+      // Prevent the current stack frame from disappearing from the stack trace.
+      CGF.CurFn->addFnAttr("disable-tail-calls", "true");
+
----------------
oh, right, that's already the case.


http://reviews.llvm.org/D12022





More information about the cfe-commits mailing list