[clang] [analyzer] performTrivialCopy triggers checkLocation before binding (PR #129016)

Balazs Benics via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 28 06:19:26 PST 2025


================
@@ -1199,4 +1204,4 @@ void ExprEngine::VisitLambdaExpr(const LambdaExpr *LE, ExplodedNode *Pred,
 
   // FIXME: Move all post/pre visits to ::Visit().
   getCheckerManager().runCheckersForPostStmt(Dst, Tmp, LE, *this);
-}
----------------
steakhal wrote:

This seems like an unintended change.

https://github.com/llvm/llvm-project/pull/129016


More information about the cfe-commits mailing list