[PATCH] D136776: [clang codegen] Fix __try/__finally blocks in C++ constructors.

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 16 15:15:37 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0fcb26c5b648: [clang] Fix __try/__finally blocks in C++ constructors. (authored by efriedma).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136776

Files:
  clang/include/clang/AST/Mangle.h
  clang/lib/AST/ItaniumMangle.cpp
  clang/lib/AST/MicrosoftMangle.cpp
  clang/lib/CodeGen/CGException.cpp
  clang/lib/CodeGen/CodeGenFunction.cpp
  clang/lib/CodeGen/CodeGenFunction.h
  clang/test/CodeGenCXX/exceptions-seh.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136776.475936.patch
Type: text/x-patch
Size: 7875 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221116/6078ba63/attachment-0001.bin>


More information about the cfe-commits mailing list