[PATCH] D157566: [SEH] fix assertion when -fasy-exceptions is used.

Aaron Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 10 10:13:40 PDT 2023


asmith accepted this revision.
asmith added inline comments.


================
Comment at: clang/test/CodeGen/windows-seh-async-exceptions.cpp:21
+{
+        devif_Warning("");
+        return 0;
----------------
nit; spacing


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157566/new/

https://reviews.llvm.org/D157566



More information about the cfe-commits mailing list