[clang] [analyzer] Discard non-live source frames from the current stack (PR #213779)

via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 4 05:26:36 PDT 2026


================
@@ -89,6 +94,7 @@ static ProgramStateRef bindSource(ProgramStateRef State, SVal RetVal,
   LifetimeSourceSet Set = LSet ? *LSet : F.getEmptySet();
   Set = F.add(Set, Source);
   State = State->set<LifetimeBoundMap>(RetVal, Set);
+
----------------
isuckatcs wrote:

Nit: unrelated change, please remove

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


More information about the cfe-commits mailing list