================
@@ -2879,7 +2893,7 @@ CFGBlock *CFGBuilder::VisitCallExpr(CallExpr *C,
AddStmtChoice asc) {
autoCreateBlock();
appendCall(Block, C);
- return VisitChildren(C);
+ return VisitCallExprChildren(C);
}
----------------
aeft wrote:The new test file targets this case. https://github.com/llvm/llvm-project/pull/181113 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
