[clang] [llvm] [WinEH] Fix crash, object unwinding in the except block (PR #172287)

via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 16 08:19:17 PST 2025


MuellerMP wrote:

I would also like to note that using `try{}catch(...){}` instead of `__try{}__except(1){}` is a basically semantically equivalent workaround for this issue.

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


More information about the cfe-commits mailing list