[all-commits] [llvm/llvm-project] 2e2f31: [libc++] Granularize algorithm includes
philnik777 via All-commits
all-commits at lists.llvm.org
Tue Feb 15 19:12:46 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e2f3158c604adb8401a2a44a03f58d4b6f1c7f9
https://github.com/llvm/llvm-project/commit/2e2f3158c604adb8401a2a44a03f58d4b6f1c7f9
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-02-16 (Wed, 16 Feb 2022)
Changed paths:
M libcxx/docs/ReleaseNotes.rst
M libcxx/include/__bit_reference
M libcxx/include/__filesystem/path.h
M libcxx/include/__format/formatter.h
M libcxx/include/__hash_table
M libcxx/include/__split_buffer
M libcxx/include/__tree
M libcxx/include/array
M libcxx/include/bitset
M libcxx/include/deque
M libcxx/include/experimental/functional
M libcxx/include/experimental/simd
M libcxx/include/ext/hash_map
M libcxx/include/ext/hash_set
M libcxx/include/format
M libcxx/include/forward_list
M libcxx/include/fstream
M libcxx/include/list
M libcxx/include/locale
M libcxx/include/map
M libcxx/include/queue
M libcxx/include/random
M libcxx/include/regex
M libcxx/include/set
M libcxx/include/string
M libcxx/include/string_view
M libcxx/include/unordered_map
M libcxx/include/unordered_set
M libcxx/include/valarray
M libcxx/include/vector
M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/deduct.pass.cpp
M libcxx/test/std/containers/sequences/list/list.ops/sort.pass.cpp
M libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.floating_point.pass.cpp
M libcxxabi/src/demangle/Utility.h
M libcxxabi/test/test_demangle.pass.cpp
Log Message:
-----------
[libc++] Granularize algorithm includes
Reviewed By: Mordante, ldionne, Quuxplusone, #libc, #libc_abi
Spies: #libc_vendors, libcxx-commits, miyuki
Differential Revision: https://reviews.llvm.org/D119667
More information about the All-commits
mailing list