[all-commits] [llvm/llvm-project] 59ef4b: [libc++] Split __allocator_destructor out of share...
philnik777 via All-commits
all-commits at lists.llvm.org
Sat Nov 5 13:26:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 59ef4b3686e4704f253cf37011c7f0362095cdfe
https://github.com/llvm/llvm-project/commit/59ef4b3686e4704f253cf37011c7f0362095cdfe
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-11-05 (Sat, 05 Nov 2022)
Changed paths:
M libcxx/include/CMakeLists.txt
M libcxx/include/__functional/function.h
M libcxx/include/__locale
A libcxx/include/__memory/allocator_destructor.h
M libcxx/include/__memory/shared_ptr.h
M libcxx/include/__split_buffer
M libcxx/include/any
M libcxx/include/codecvt
M libcxx/include/deque
M libcxx/include/forward_list
M libcxx/include/fstream
M libcxx/include/future
M libcxx/include/ios
M libcxx/include/list
M libcxx/include/locale
M libcxx/include/module.modulemap.in
M libcxx/include/ostream
M libcxx/include/regex
M libcxx/include/vector
M libcxx/test/libcxx/private_headers.verify.cpp
M libcxx/test/libcxx/transitive_includes/cxx03.csv
M libcxx/test/libcxx/transitive_includes/cxx11.csv
M libcxx/test/libcxx/transitive_includes/cxx14.csv
M libcxx/test/libcxx/transitive_includes/cxx17.csv
M libcxx/test/libcxx/transitive_includes/cxx20.csv
M libcxx/test/libcxx/transitive_includes/cxx2b.csv
Log Message:
-----------
[libc++] Split __allocator_destructor out of shared_ptr.h
Reviewed By: ldionne, huixie90, #libc
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D134479
More information about the All-commits
mailing list