[PATCH] D113620: Skip exception cleanups when the innermost scope is EHTerminateScope.

James Y Knight via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 14 15:02:52 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa4e255f9c6d4: Skip exception cleanups when the innermost scope is EHTerminateScope. (authored by jyknight).

Changed prior to commit:
  https://reviews.llvm.org/D113620?vs=386327&id=400161#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113620

Files:
  clang/lib/CodeGen/CGCleanup.cpp
  clang/test/CodeGenCXX/noexcept.cpp
  clang/test/OpenMP/distribute_parallel_for_num_threads_codegen.cpp
  clang/test/OpenMP/distribute_parallel_for_simd_num_threads_codegen.cpp
  clang/test/OpenMP/openmp_win_codegen.cpp
  clang/test/OpenMP/ordered_doacross_codegen.cpp
  clang/test/OpenMP/parallel_master_codegen.cpp
  clang/test/OpenMP/single_codegen.cpp
  clang/test/OpenMP/taskgroup_codegen.cpp
  clang/test/OpenMP/teams_distribute_parallel_for_num_threads_codegen.cpp
  clang/test/OpenMP/teams_distribute_parallel_for_simd_num_threads_codegen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113620.400161.patch
Type: text/x-patch
Size: 300087 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220114/15f18e19/attachment-0001.bin>


More information about the cfe-commits mailing list