================ @@ -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); + ---------------- benedekaibas wrote:
Applied changes here: [a65c222](https://github.com/llvm/llvm-project/pull/213779/commits/a65c222d404f3e0247b590fad87dd01fee8a6cc5) https://github.com/llvm/llvm-project/pull/213779 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
