[libcxx-commits] [PATCH] D152327: [libc++] Fix an exception safety issue in `forward_list` and add tests.

Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 12 10:11:48 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd0b51657c259: [libc++] Fix an exception safety issue in `forward_list` and add tests. (authored by varconst <varconsteq at gmail.com>).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152327

Files:
  libcxx/include/__memory/allocation_guard.h
  libcxx/include/forward_list
  libcxx/test/libcxx/memory/allocation_guard.pass.cpp
  libcxx/test/std/containers/container.adaptors/from_range_container_adaptors.h
  libcxx/test/std/containers/container.adaptors/push_range_container_adaptors.h
  libcxx/test/std/containers/exception_safety_helpers.h
  libcxx/test/std/containers/from_range_helpers.h
  libcxx/test/std/containers/sequences/forwardlist/exception_safety.pass.cpp
  libcxx/test/std/containers/sequences/from_range_sequence_containers.h
  libcxx/test/std/containers/sequences/insert_range_sequence_containers.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152327.539620.patch
Type: text/x-patch
Size: 29821 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230712/cdeeea1c/attachment-0001.bin>


More information about the libcxx-commits mailing list