[llvm-branch-commits] [clang] [analyzer] Invalidate the object in opaque ctor calls regardless if an arg refers to it (PR #175944)
Balázs Benics via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jan 14 05:53:03 PST 2026
================
@@ -229,6 +229,14 @@ static void findPtrToConstParams(llvm::SmallSet<unsigned, 4> &PreserveArgs,
}
}
+static const MemRegion *getThisRegionBaseOrNull(const CallEvent &Call) {
----------------
steakhal wrote:
I'd refrain from changing this. It could cause unnecessary merge conflicts.
I don't think it would worth the friction.
https://github.com/llvm/llvm-project/pull/175944
More information about the llvm-branch-commits
mailing list