This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Move the definition of std::new_handler out of new.cpp
ClosedPublic

Authored by ldionne on Jun 14 2023, 1:43 PM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Commits
rG80e4ccab794c: [libc++] Move the definition of std::new_handler out of new.cpp
Summary

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.

Diff Detail

Event Timeline

ldionne created this revision.Jun 14 2023, 1:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 14 2023, 1:43 PM
Herald added a subscriber: arichardson. · View Herald Transcript
ldionne requested review of this revision.Jun 14 2023, 1:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 14 2023, 1:43 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
This revision was not accepted when it landed; it landed in state Needs Review.Jun 15 2023, 8:14 AM
This revision was automatically updated to reflect the committed changes.