================
@@ -5265,14 +5303,13 @@ CFGBlock
*CFGBuilder::VisitCXXBindTemporaryExprForTemporaryDtors(
Context.setDecisionPoint(Succ, E);
}
appendTemporaryDtor(Block, E);
-
- B = Block;
+ return B;
----------------
Xazax-hun wrote:What is the reason for this change? https://github.com/llvm/llvm-project/pull/177985 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
