[clang] [clang] Fix catching pointers by reference on mingw targets (PR #162546)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 8 13:50:52 PDT 2025


efriedma-quic wrote:

> (See the SEH ifdef in `_Unwind_Exception` in clang/lib/Headers/unwind.h.)

The header also checks that `__USING_SJLJ_EXCEPTIONS__` is not defined.  Is that just redundant?

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


More information about the cfe-commits mailing list