[all-commits] [llvm/llvm-project] e698c5: [libc++] Granularize <type_traits> includes in <al...
philnik777 via All-commits
all-commits at lists.llvm.org
Mon Feb 13 04:21:40 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e698c5950430289128a6a6753b90eb0e65ddc388
https://github.com/llvm/llvm-project/commit/e698c5950430289128a6a6753b90eb0e65ddc388
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-02-13 (Mon, 13 Feb 2023)
Changed paths:
M libcxx/docs/ReleaseNotes.rst
M libcxx/include/__algorithm/copy_n.h
M libcxx/include/__algorithm/fill.h
M libcxx/include/__algorithm/fill_n.h
M libcxx/include/__algorithm/find_end.h
M libcxx/include/__algorithm/for_each_n.h
M libcxx/include/__algorithm/generate_n.h
M libcxx/include/__algorithm/half_positive.h
M libcxx/include/__algorithm/is_permutation.h
M libcxx/include/__algorithm/lower_bound.h
M libcxx/include/__algorithm/minmax_element.h
M libcxx/include/__algorithm/partial_sort.h
M libcxx/include/__algorithm/partition.h
M libcxx/include/__algorithm/pop_heap.h
M libcxx/include/__algorithm/push_heap.h
M libcxx/include/__algorithm/ranges_merge.h
M libcxx/include/__algorithm/ranges_minmax_element.h
M libcxx/include/__algorithm/ranges_partition.h
M libcxx/include/__algorithm/ranges_partition_copy.h
M libcxx/include/__algorithm/ranges_sample.h
M libcxx/include/__algorithm/ranges_shuffle.h
M libcxx/include/__algorithm/ranges_stable_partition.h
M libcxx/include/__algorithm/rotate.h
M libcxx/include/__algorithm/sample.h
M libcxx/include/__algorithm/search.h
M libcxx/include/__algorithm/search_n.h
M libcxx/include/__algorithm/set_difference.h
M libcxx/include/__algorithm/shift_left.h
M libcxx/include/__algorithm/shift_right.h
M libcxx/include/__algorithm/sort_heap.h
M libcxx/include/__algorithm/stable_partition.h
M libcxx/include/__algorithm/stable_sort.h
M libcxx/include/__algorithm/uniform_random_bit_generator_adaptor.h
M libcxx/include/__random/is_valid.h
M libcxx/include/__random/log2.h
M libcxx/include/__random/uniform_int_distribution.h
M libcxx/include/__random/uniform_random_bit_generator.h
M libcxx/include/algorithm
M libcxx/include/regex
M libcxx/include/valarray
M libcxx/test/libcxx/transitive_includes/cxx2b.csv
Log Message:
-----------
[libc++] Granularize <type_traits> includes in <algorithm>
Reviewed By: Mordante, #libc
Spies: libcxx-commits, wenlei
Differential Revision: https://reviews.llvm.org/D140673
More information about the All-commits
mailing list