[libcxx-commits] [PATCH] D152956: [libc++] Move the definition of std::new_handler out of new.cpp

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 14 13:43:26 PDT 2023


ldionne created this revision.
Herald added a subscriber: arichardson.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This reduces the difference between libc++'s new.cpp and libc++abi's
stdlib_new_delete.cpp files, which are essentially copies of each other.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D152956

Files:
  libcxx/src/CMakeLists.txt
  libcxx/src/new.cpp
  libcxx/src/new_handler.cpp
  libcxx/src/support/runtime/new_handler_fallback.ipp
  libcxx/utils/data/ignore_format.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152956.531490.patch
Type: text/x-patch
Size: 3326 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230614/ee3daf97/attachment.bin>


More information about the libcxx-commits mailing list