================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
