[all-commits] [llvm/llvm-project] 31eeba: [libc++] Introduce __make_uninitialized_buffer and...
philnik777 via All-commits
all-commits at lists.llvm.org
Fri Jun 16 07:54:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 31eeba3f7c0e2ef4a21c07da9326a4ae1a8de7e2
https://github.com/llvm/llvm-project/commit/31eeba3f7c0e2ef4a21c07da9326a4ae1a8de7e2
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-06-16 (Fri, 16 Jun 2023)
Changed paths:
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/inplace_merge.h
M libcxx/include/__algorithm/stable_partition.h
M libcxx/include/__algorithm/stable_sort.h
M libcxx/include/__memory/construct_at.h
M libcxx/include/__memory/temporary_buffer.h
A libcxx/include/__memory/uninitialized_buffer.h
M libcxx/include/module.modulemap.in
M libcxx/test/support/count_new.h
Log Message:
-----------
[libc++] Introduce __make_uninitialized_buffer and use it instead of get_temporary_buffer
This will also be used in some PSTL backends.
Reviewed By: ldionne, #libc, Mordante
Spies: arichardson, mstorsjo, Mordante, sstefan1, jplehr, libcxx-commits
Differential Revision: https://reviews.llvm.org/D152208
More information about the All-commits
mailing list