[libcxx-commits] [PATCH] D108778: [libc++][NFC] Remove useless _LIBCPP_PUSH_MACROS

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Aug 27 07:07:02 PDT 2021


ldionne updated this revision to Diff 369089.
ldionne added a comment.

Rebase onto main to poke CI


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108778/new/

https://reviews.llvm.org/D108778

Files:
  libcxx/include/__algorithm/adjacent_find.h
  libcxx/include/__algorithm/all_of.h
  libcxx/include/__algorithm/any_of.h
  libcxx/include/__algorithm/binary_search.h
  libcxx/include/__algorithm/clamp.h
  libcxx/include/__algorithm/comp.h
  libcxx/include/__algorithm/comp_ref_type.h
  libcxx/include/__algorithm/copy.h
  libcxx/include/__algorithm/copy_backward.h
  libcxx/include/__algorithm/copy_if.h
  libcxx/include/__algorithm/copy_n.h
  libcxx/include/__algorithm/count.h
  libcxx/include/__algorithm/count_if.h
  libcxx/include/__algorithm/equal.h
  libcxx/include/__algorithm/equal_range.h
  libcxx/include/__algorithm/fill.h
  libcxx/include/__algorithm/fill_n.h
  libcxx/include/__algorithm/find.h
  libcxx/include/__algorithm/find_end.h
  libcxx/include/__algorithm/find_first_of.h
  libcxx/include/__algorithm/find_if.h
  libcxx/include/__algorithm/find_if_not.h
  libcxx/include/__algorithm/for_each.h
  libcxx/include/__algorithm/for_each_n.h
  libcxx/include/__algorithm/generate.h
  libcxx/include/__algorithm/generate_n.h
  libcxx/include/__algorithm/half_positive.h
  libcxx/include/__algorithm/includes.h
  libcxx/include/__algorithm/is_heap.h
  libcxx/include/__algorithm/is_heap_until.h
  libcxx/include/__algorithm/is_partitioned.h
  libcxx/include/__algorithm/is_permutation.h
  libcxx/include/__algorithm/is_sorted.h
  libcxx/include/__algorithm/is_sorted_until.h
  libcxx/include/__algorithm/iter_swap.h
  libcxx/include/__algorithm/lexicographical_compare.h
  libcxx/include/__algorithm/lower_bound.h
  libcxx/include/__algorithm/make_heap.h
  libcxx/include/__algorithm/max_element.h
  libcxx/include/__algorithm/merge.h
  libcxx/include/__algorithm/min_element.h
  libcxx/include/__algorithm/minmax.h
  libcxx/include/__algorithm/minmax_element.h
  libcxx/include/__algorithm/mismatch.h
  libcxx/include/__algorithm/move.h
  libcxx/include/__algorithm/move_backward.h
  libcxx/include/__algorithm/next_permutation.h
  libcxx/include/__algorithm/none_of.h
  libcxx/include/__algorithm/nth_element.h
  libcxx/include/__algorithm/partial_sort.h
  libcxx/include/__algorithm/partial_sort_copy.h
  libcxx/include/__algorithm/partition.h
  libcxx/include/__algorithm/partition_copy.h
  libcxx/include/__algorithm/partition_point.h
  libcxx/include/__algorithm/pop_heap.h
  libcxx/include/__algorithm/prev_permutation.h
  libcxx/include/__algorithm/push_heap.h
  libcxx/include/__algorithm/remove.h
  libcxx/include/__algorithm/remove_copy.h
  libcxx/include/__algorithm/remove_copy_if.h
  libcxx/include/__algorithm/remove_if.h
  libcxx/include/__algorithm/replace.h
  libcxx/include/__algorithm/replace_copy.h
  libcxx/include/__algorithm/replace_copy_if.h
  libcxx/include/__algorithm/replace_if.h
  libcxx/include/__algorithm/reverse.h
  libcxx/include/__algorithm/reverse_copy.h
  libcxx/include/__algorithm/rotate.h
  libcxx/include/__algorithm/rotate_copy.h
  libcxx/include/__algorithm/search.h
  libcxx/include/__algorithm/search_n.h
  libcxx/include/__algorithm/set_difference.h
  libcxx/include/__algorithm/set_intersection.h
  libcxx/include/__algorithm/set_symmetric_difference.h
  libcxx/include/__algorithm/set_union.h
  libcxx/include/__algorithm/shift_left.h
  libcxx/include/__algorithm/shift_right.h
  libcxx/include/__algorithm/shuffle.h
  libcxx/include/__algorithm/sift_down.h
  libcxx/include/__algorithm/sort.h
  libcxx/include/__algorithm/sort_heap.h
  libcxx/include/__algorithm/stable_partition.h
  libcxx/include/__algorithm/stable_sort.h
  libcxx/include/__algorithm/swap_ranges.h
  libcxx/include/__algorithm/transform.h
  libcxx/include/__algorithm/unique.h
  libcxx/include/__algorithm/unique_copy.h
  libcxx/include/__algorithm/unwrap_iter.h
  libcxx/include/__algorithm/upper_bound.h
  libcxx/include/__format/format_error.h
  libcxx/include/__format/format_parse_context.h
  libcxx/include/__function_like.h
  libcxx/include/__functional/hash.h
  libcxx/include/__functional/unary_function.h
  libcxx/include/__functional/unwrap_ref.h
  libcxx/include/__iterator/access.h
  libcxx/include/__iterator/advance.h
  libcxx/include/__iterator/back_insert_iterator.h
  libcxx/include/__iterator/common_iterator.h
  libcxx/include/__iterator/concepts.h
  libcxx/include/__iterator/counted_iterator.h
  libcxx/include/__iterator/data.h
  libcxx/include/__iterator/default_sentinel.h
  libcxx/include/__iterator/distance.h
  libcxx/include/__iterator/empty.h
  libcxx/include/__iterator/erase_if_container.h
  libcxx/include/__iterator/front_insert_iterator.h
  libcxx/include/__iterator/incrementable_traits.h
  libcxx/include/__iterator/insert_iterator.h
  libcxx/include/__iterator/istream_iterator.h
  libcxx/include/__iterator/istreambuf_iterator.h
  libcxx/include/__iterator/iter_move.h
  libcxx/include/__iterator/iter_swap.h
  libcxx/include/__iterator/iterator.h
  libcxx/include/__iterator/iterator_traits.h
  libcxx/include/__iterator/move_iterator.h
  libcxx/include/__iterator/next.h
  libcxx/include/__iterator/ostream_iterator.h
  libcxx/include/__iterator/ostreambuf_iterator.h
  libcxx/include/__iterator/prev.h
  libcxx/include/__iterator/projected.h
  libcxx/include/__iterator/readable_traits.h
  libcxx/include/__iterator/reverse_access.h
  libcxx/include/__iterator/reverse_iterator.h
  libcxx/include/__iterator/size.h
  libcxx/include/__iterator/wrap_iter.h
  libcxx/include/__memory/addressof.h
  libcxx/include/__memory/allocation_guard.h
  libcxx/include/__memory/allocator.h
  libcxx/include/__memory/auto_ptr.h
  libcxx/include/__memory/compressed_pair.h
  libcxx/include/__memory/construct_at.h
  libcxx/include/__memory/pointer_safety.h
  libcxx/include/__memory/pointer_traits.h
  libcxx/include/__memory/raw_storage_iterator.h
  libcxx/include/__memory/shared_ptr.h
  libcxx/include/__memory/temporary_buffer.h
  libcxx/include/__memory/uninitialized_algorithms.h
  libcxx/include/__memory/unique_ptr.h
  libcxx/include/__node_handle
  libcxx/include/__ranges/access.h
  libcxx/include/__ranges/all.h
  libcxx/include/__ranges/common_view.h
  libcxx/include/__ranges/concepts.h
  libcxx/include/__ranges/copyable_box.h
  libcxx/include/__ranges/counted.h
  libcxx/include/__ranges/dangling.h
  libcxx/include/__ranges/data.h
  libcxx/include/__ranges/drop_view.h
  libcxx/include/__ranges/empty.h
  libcxx/include/__ranges/empty_view.h
  libcxx/include/__ranges/enable_borrowed_range.h
  libcxx/include/__ranges/enable_view.h
  libcxx/include/__ranges/ref_view.h
  libcxx/include/__ranges/single_view.h
  libcxx/include/__ranges/size.h
  libcxx/include/__ranges/transform_view.h
  libcxx/include/__ranges/view_interface.h
  libcxx/include/__utility/__decay_copy.h
  libcxx/include/__utility/as_const.h
  libcxx/include/__utility/declval.h
  libcxx/include/__utility/exchange.h
  libcxx/include/__utility/forward.h
  libcxx/include/__utility/in_place.h
  libcxx/include/__utility/integer_sequence.h
  libcxx/include/__utility/move.h
  libcxx/include/__utility/pair.h
  libcxx/include/__utility/piecewise_construct.h
  libcxx/include/__utility/rel_ops.h
  libcxx/include/__utility/swap.h
  libcxx/include/__utility/to_underlying.h
  libcxx/include/__variant/monostate.h
  libcxx/include/algorithm
  libcxx/include/experimental/algorithm
  libcxx/include/format
  libcxx/include/memory
  libcxx/include/numbers
  libcxx/include/optional
  libcxx/include/ranges

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108778.369089.patch
Type: text/x-patch
Size: 89616 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210827/5e4508db/attachment-0001.bin>


More information about the libcxx-commits mailing list