[PATCH] Proposal on how to fix temporary dtors.

Manuel Klimek klimek at google.com
Mon May 26 06:36:14 PDT 2014


================
Comment at: lib/Analysis/CFG.cpp:3573
@@ -3673,1 +3572,3 @@
+  CFGBlock *FalseBlock = VisitForTemporaryDtors(E->getFalseExpr());
+  return FalseBlock ? FalseBlock : (TrueBlock ? TrueBlock : CondBlock);
 }
----------------
I found a test case where conditional operators are still broken - working on a fix.

http://reviews.llvm.org/D3627






More information about the cfe-commits mailing list