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

via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 21 17:15:27 PST 2025


================
@@ -867,18 +868,18 @@ ProgramStateRef createContainerBegin(ProgramStateRef State,
   return setContainerData(State, Cont, CData);
 }
 
-ProgramStateRef createContainerEnd(ProgramStateRef State, const MemRegion *Cont,
-                                   const Expr *E, QualType T,
-                                   const LocationContext *LCtx,
+ProgramStateRef createContainerEnd(CheckerContext &C, ProgramStateRef State,
+                                   const MemRegion *Cont, const Expr *E,
+                                   QualType T, const LocationContext *LCtx,
----------------
isuckatcs wrote:

Same here, and probably every other function modified in this source file.

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


More information about the cfe-commits mailing list