[PATCH] D20499: [Temporary, Lifetime] Add lifetime marks for temporaries
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Thu May 26 12:18:40 PDT 2016
rsmith added inline comments.
================
Comment at: lib/CodeGen/CGExpr.cpp:446
@@ +445,3 @@
+ case SD_FullExpression:
+ EHStack.pushCleanup<CallLifetimeEnd>(NormalEHLifetimeMarker, Object,
+ Size);
----------------
This should use pushFullExprCleanup.
http://reviews.llvm.org/D20499
More information about the cfe-commits
mailing list