[PATCH] D141918: WIP: [Clang] Emit 'unwindabort' when applicable.

Jon Roelofs via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 26 18:20:49 PDT 2023


jroelofs added inline comments.
Herald added a subscriber: jplehr.


================
Comment at: clang/lib/CodeGen/CodeGenFunction.h:2021
+  /* Indicates whether we should generate calls using unwindabort, instead of a
+   * terminate landingpad, for the current EH Scope. */
+  bool shouldUseUnwindAbort() const;
----------------
Other method docs in the file use `///`-style doxygen comments.


================
Comment at: clang/test/CodeGenCXX/exceptions.cpp:81
 
-  //   rdar://11904428
-  //   Terminate landing pads should call __cxa_begin_catch first.
----------------
FWI(was)W, this radar points at:  https://bugs.llvm.org/show_bug.cgi?id=11893


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141918



More information about the cfe-commits mailing list