[clang] [Clang][analyzer] replace Stmt* with ConstCFGElementRef in SymbolConjured (PR #128251)

Balazs Benics via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 17 09:57:28 PDT 2025


================
@@ -229,7 +230,7 @@ DefinedSVal makeRetVal(CheckerContext &C, const CallExpr *CE) {
 
   const LocationContext *LCtx = C.getLocationContext();
   return C.getSValBuilder()
-      .conjureSymbolVal(nullptr, CE, LCtx, C.blockCount())
----------------
steakhal wrote:

This is not yet fixed.

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


More information about the cfe-commits mailing list