[all-commits] [llvm/llvm-project] faef44: [libc++] Granularize <functional> includes
philnik777 via All-commits
all-commits at lists.llvm.org
Wed Apr 20 13:49:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: faef447e72a5c63dfb12bb7b02d44c3c916d31cd
https://github.com/llvm/llvm-project/commit/faef447e72a5c63dfb12bb7b02d44c3c916d31cd
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-04-20 (Wed, 20 Apr 2022)
Changed paths:
M libcxx/include/__ranges/join_view.h
M libcxx/include/algorithm
M libcxx/include/experimental/coroutine
M libcxx/include/experimental/propagate_const
M libcxx/include/experimental/simd
M libcxx/include/ext/hash_map
M libcxx/include/ext/hash_set
M libcxx/include/map
M libcxx/include/mutex
M libcxx/include/numeric
M libcxx/include/optional
M libcxx/include/queue
M libcxx/include/regex
M libcxx/include/set
M libcxx/include/thread
M libcxx/include/unordered_map
M libcxx/include/unordered_set
M libcxx/include/valarray
M libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.pass.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/mismatch/ranges_mismatch.pass.cpp
M libcxx/test/std/algorithms/alg.sorting/alg.min.max/ranges.max.pass.cpp
M libcxx/test/std/algorithms/alg.sorting/alg.min.max/ranges.max_element.pass.cpp
M libcxx/test/std/algorithms/alg.sorting/alg.min.max/ranges.min.pass.cpp
M libcxx/test/std/algorithms/alg.sorting/alg.min.max/ranges.min_element.pass.cpp
M libcxx/test/std/algorithms/alg.sorting/alg.min.max/ranges.minmax.pass.cpp
M libcxx/test/std/algorithms/alg.sorting/alg.min.max/ranges.minmax_element.pass.cpp
M libcxx/test/std/ranges/range.adaptors/range.lazy.split/constraints.compile.pass.cpp
Log Message:
-----------
[libc++] Granularize <functional> includes
Reviewed By: Mordante, #libc
Spies: libcxx-commits, miyuki
Differential Revision: https://reviews.llvm.org/D123912
More information about the All-commits
mailing list