[all-commits] [llvm/llvm-project] 34f738: [libc++] Remove unused __functional includes
philnik777 via All-commits
all-commits at lists.llvm.org
Sat May 28 01:12:57 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34f73804ed60e90276e2303398162c2fc05f47ec
https://github.com/llvm/llvm-project/commit/34f73804ed60e90276e2303398162c2fc05f47ec
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-05-28 (Sat, 28 May 2022)
Changed paths:
M libcxx/include/__algorithm/sort.h
M libcxx/include/__format/format_arg.h
M libcxx/include/experimental/coroutine
M libcxx/include/ext/hash_map
M libcxx/include/ext/hash_set
M libcxx/include/iterator
M libcxx/include/map
M libcxx/include/memory
M libcxx/include/queue
M libcxx/include/set
M libcxx/include/string
M libcxx/include/string_view
M libcxx/include/tuple
M libcxx/include/typeindex
M libcxx/include/unordered_map
M libcxx/include/unordered_set
M libcxx/include/variant
M libcxx/include/vector
M libcxx/test/libcxx/algorithms/debug_less.pass.cpp
M libcxx/test/libcxx/algorithms/sort_stability.pass.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/for_each_n.pass.cpp
M libcxx/test/std/concepts/concepts.callable/concept.invocable/invocable.compile.pass.cpp
M libcxx/test/std/concepts/concepts.callable/concept.regularinvocable/regular_invocable.compile.pass.cpp
M libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/remove_if.pass.cpp
M libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/unique_pred.pass.cpp
M libcxx/test/std/containers/sequences/list/list.ops/unique_pred.pass.cpp
M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.hash/hash.pass.cpp
M libcxx/test/std/iterators/predef.iterators/move.iterators/move.iterator/types.pass.cpp
M libcxx/test/std/numerics/numeric.ops/reduce/reduce_init_op.pass.cpp
M libcxx/test/std/ranges/range.adaptors/range.join.view/sentinel/eq.pass.cpp
M libcxx/test/std/ranges/range.adaptors/range.zip/types.h
M libcxx/test/support/deduction_guides_sfinae_checks.h
Log Message:
-----------
[libc++] Remove unused __functional includes
Reviewed By: ldionne, #libc
Spies: arichardson, smeenai, libcxx-commits, arphaman
Differential Revision: https://reviews.llvm.org/D126098
More information about the All-commits
mailing list