[clang] [analyzer] Eliminate unique release point assertion (PR #150240)

DonĂ¡t Nagy via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 24 06:11:35 PDT 2025


NagyDonat wrote:

> 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.

I agree that this is a very curious situation, but I'm already too deep in the nested rabbit holes, so I don't feel that I can allocate time for this (especially since setting up a Windows environment would be lots of work for me).

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


More information about the cfe-commits mailing list