[clang] [analyzer] Eliminate unique release point assertion (PR #150240)
Balazs Benics via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 24 06:01:16 PDT 2025
=?utf-8?q?DonĂ¡t?= Nagy <donat.nagy at ericsson.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/150240 at github.com>
steakhal wrote:
> I created a commit to fix the issue that was detected by the Windows buildbot. I'm planning to merge this commit if the Windows buildbot succeeds with the new revision (and there are no other suggestions).
I almost suggested the same fix, but I found it weird that the symbol is conjured on linux with the caller stack frame, while on windows it was with the callee stack frame. However, I also understand that debugging a Windows only case might be beyond what we should invest for this particular patch. It's up to you, but to me it was weird.
https://github.com/llvm/llvm-project/pull/150240
More information about the cfe-commits
mailing list