This revision was automatically updated to reflect the committed changes.
Closed by commit rGfb8829768d77: [clang] Disallow mixing SEH and Objective-C
exceptions (authored by thakis).
Herald added a project: clang.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112157/new/
https://reviews.llvm.org/D112157
___
cfe-commits mailing list
cfe-commits@lists.l
thakis created this revision.
thakis added a reviewer: rnk.
thakis requested review of this revision.
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.
https://reviews.llvm.