+15
−5
clang/test/SemaCXX/exceptions-seh.mm
0 → 100644
+25
−0
Loading
We already disallow mixing SEH and C++ exceptions, and mixing SEH and Objective-C exceptions seems to not work (see PR52233). Emitting an error is friendlier than crashing. Differential Revision: https://reviews.llvm.org/D112157