[clang] [Clang][analyzer] replace Stmt* with ConstCFGElementRef in SymbolConjured (PR #128251)
Fangyi Zhou via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 23 11:03:56 PDT 2025
================
@@ -93,9 +76,8 @@ ProgramStateRef getWidenedLoopState(ProgramStateRef PrevState,
RegionAndSymbolInvalidationTraits::TK_PreserveContents);
}
- return PrevState->invalidateRegions(Regions, getLoopCondition(LoopStmt),
- BlockCount, LCtx, true, nullptr, nullptr,
- &ITraits);
+ return PrevState->invalidateRegions(Regions, ElemRef, BlockCount, LCtx, true,
----------------
fangyi-zhou wrote:
I don't have a good answer to these questions... Any tips? I don't see any immediate ways to extract the required information
https://github.com/llvm/llvm-project/pull/128251
More information about the cfe-commits
mailing list