[all-commits] [llvm/llvm-project] 80e4cc: [libc++] Move the definition of std::new_handler o...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Jun 15 08:14:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80e4ccab794c81a7cb3e052cb4e0d85ba66158a0
https://github.com/llvm/llvm-project/commit/80e4ccab794c81a7cb3e052cb4e0d85ba66158a0
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-06-15 (Thu, 15 Jun 2023)
Changed paths:
M libcxx/src/CMakeLists.txt
M libcxx/src/new.cpp
A libcxx/src/new_handler.cpp
R libcxx/src/support/runtime/new_handler_fallback.ipp
M libcxx/utils/data/ignore_format.txt
Log Message:
-----------
[libc++] Move the definition of std::new_handler out of new.cpp
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.
Differential Revision: https://reviews.llvm.org/D152956
More information about the All-commits
mailing list