================
@@ -5265,14 +5303,13 @@ CFGBlock 
*CFGBuilder::VisitCXXBindTemporaryExprForTemporaryDtors(
       Context.setDecisionPoint(Succ, E);
     }
     appendTemporaryDtor(Block, E);
-
-    B = Block;
+    return B;
----------------
AbhinavPradeep wrote:

This is wrong I think? It is leftover from when I was experimenting with the 
traversal. This does not trigger any failures in the current test suite. I will 
try to add something that tests this.

https://github.com/llvm/llvm-project/pull/177985
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to