[all-commits] [llvm/llvm-project] d9633f: Revert "[libcxx][module-map] creates submodules fo...

Petr Hosek via All-commits all-commits at lists.llvm.org
Mon Jun 7 17:16:19 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d9633f229c36f292dab0e5f510ac635cfaf3a798
      https://github.com/llvm/llvm-project/commit/d9633f229c36f292dab0e5f510ac635cfaf3a798
  Author: Petr Hosek <phosek at google.com>
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
    M libcxx/include/__iterator/advance.h
    M libcxx/include/__iterator/indirect_concepts.h
    M libcxx/include/__iterator/next.h
    M libcxx/include/__iterator/prev.h
    M libcxx/include/__memory/allocation_guard.h
    M libcxx/include/__memory/allocator.h
    M libcxx/include/__memory/allocator_traits.h
    M libcxx/include/__memory/pointer_safety.h
    M libcxx/include/__memory/pointer_traits.h
    M libcxx/include/module.modulemap

  Log Message:
  -----------
  Revert "[libcxx][module-map] creates submodules for private headers"

This reverts commit f1417eb9b1f51b689c78dd8cb0114c1749dd2845 as it
uncovered a Clang bug PR50592.


  Commit: 692d7166f7715514d0ff8090e5bd66668432b270
      https://github.com/llvm/llvm-project/commit/692d7166f7715514d0ff8090e5bd66668432b270
  Author: Petr Hosek <phosek at google.com>
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    R libcxx/include/__algorithm/adjacent_find.h
    R libcxx/include/__algorithm/all_of.h
    R libcxx/include/__algorithm/any_of.h
    R libcxx/include/__algorithm/binary_search.h
    R libcxx/include/__algorithm/clamp.h
    R libcxx/include/__algorithm/comp.h
    R libcxx/include/__algorithm/comp_ref_type.h
    R libcxx/include/__algorithm/copy.h
    R libcxx/include/__algorithm/count.h
    R libcxx/include/__algorithm/count_if.h
    R libcxx/include/__algorithm/equal.h
    R libcxx/include/__algorithm/equal_range.h
    R libcxx/include/__algorithm/fill.h
    R libcxx/include/__algorithm/find.h
    R libcxx/include/__algorithm/find_end.h
    R libcxx/include/__algorithm/find_first_of.h
    R libcxx/include/__algorithm/find_if.h
    R libcxx/include/__algorithm/find_if_not.h
    R libcxx/include/__algorithm/for_each.h
    R libcxx/include/__algorithm/for_each_n.h
    R libcxx/include/__algorithm/generate.h
    R libcxx/include/__algorithm/half_positive.h
    R libcxx/include/__algorithm/includes.h
    R libcxx/include/__algorithm/inplace_merge.h
    R libcxx/include/__algorithm/is_heap.h
    R libcxx/include/__algorithm/is_heap_until.h
    R libcxx/include/__algorithm/is_partitioned.h
    R libcxx/include/__algorithm/is_permutation.h
    R libcxx/include/__algorithm/is_sorted.h
    R libcxx/include/__algorithm/lexicographical_compare.h
    R libcxx/include/__algorithm/lower_bound.h
    R libcxx/include/__algorithm/make_heap.h
    R libcxx/include/__algorithm/max.h
    R libcxx/include/__algorithm/max_element.h
    R libcxx/include/__algorithm/merge.h
    R libcxx/include/__algorithm/min.h
    R libcxx/include/__algorithm/min_element.h
    R libcxx/include/__algorithm/minmax.h
    R libcxx/include/__algorithm/minmax_element.h
    R libcxx/include/__algorithm/mismatch.h
    R libcxx/include/__algorithm/move.h
    R libcxx/include/__algorithm/next_permutation.h
    R libcxx/include/__algorithm/none_of.h
    R libcxx/include/__algorithm/nth_element.h
    R libcxx/include/__algorithm/partial_sort.h
    R libcxx/include/__algorithm/partition.h
    R libcxx/include/__algorithm/partition_point.h
    R libcxx/include/__algorithm/pop_heap.h
    R libcxx/include/__algorithm/prev_permutation.h
    R libcxx/include/__algorithm/push_heap.h
    R libcxx/include/__algorithm/remove.h
    R libcxx/include/__algorithm/replace.h
    R libcxx/include/__algorithm/reverse.h
    R libcxx/include/__algorithm/rotate.h
    R libcxx/include/__algorithm/sample.h
    R libcxx/include/__algorithm/search.h
    R libcxx/include/__algorithm/search_n.h
    R libcxx/include/__algorithm/set_difference.h
    R libcxx/include/__algorithm/set_intersection.h
    R libcxx/include/__algorithm/set_symmetric_difference.h
    R libcxx/include/__algorithm/set_union.h
    R libcxx/include/__algorithm/shift.h
    R libcxx/include/__algorithm/shuffle.h
    R libcxx/include/__algorithm/sift_down.h
    R libcxx/include/__algorithm/sort.h
    R libcxx/include/__algorithm/sort_heap.h
    R libcxx/include/__algorithm/stable_partition.h
    R libcxx/include/__algorithm/stable_sort.h
    R libcxx/include/__algorithm/transform.h
    R libcxx/include/__algorithm/uniform_int_distribution.h
    R libcxx/include/__algorithm/unique.h
    R libcxx/include/__algorithm/unwrap_iter.h
    R libcxx/include/__algorithm/upper_bound.h
    R libcxx/include/__functional/search.h
    M libcxx/include/__memory/temporary_buffer.h
    M libcxx/include/algorithm
    M libcxx/include/experimental/functional
    M libcxx/include/functional
    M libcxx/include/module.modulemap
    M libcxx/include/regex
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/sample.fail.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.min.max/requires_forward_iterator.fail.cpp
    M libcxx/test/std/containers/sequences/array/compare.fail.cpp

  Log Message:
  -----------
  Revert "[libcxx][gardening] Move all algorithms into their own headers."

This reverts commit 7ed7d4ccb8991e2b5b95334b508f8cec2faee737 as it
uncovered a Clang bug PR50592.


Compare: https://github.com/llvm/llvm-project/compare/c705b7b04dba...692d7166f771


More information about the All-commits mailing list