[all-commits] [llvm/llvm-project] e494a9: [libc++][NFC] Refactor the core logic of operator ...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Oct 18 11:33:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e494a96a69050c7401828f2d5199e1419d3ea55e
https://github.com/llvm/llvm-project/commit/e494a96a69050c7401828f2d5199e1419d3ea55e
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-10-18 (Wed, 18 Oct 2023)
Changed paths:
M libcxx/src/new.cpp
M libcxxabi/src/stdlib_new_delete.cpp
Log Message:
-----------
[libc++][NFC] Refactor the core logic of operator new into helper functions (#69407)
This will make it easier to implement new(nothrow) without calling the
throwing version of new when exceptions are disabled. See
https://llvm.org/D150610 for the full discussion.
More information about the All-commits
mailing list