[libcxx-commits] [PATCH] D150801: [libc++][NFC] Rename iterator category checks to make it obvious that they check //only// the iterator category

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 17 10:35:11 PDT 2023


philnik created this revision.
philnik added a reviewer: ldionne.
Herald added a subscriber: wenlei.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D150801

Files:
  libcxx/include/__algorithm/copy.h
  libcxx/include/__algorithm/copy_backward.h
  libcxx/include/__algorithm/copy_n.h
  libcxx/include/__algorithm/lexicographical_compare_three_way.h
  libcxx/include/__algorithm/max_element.h
  libcxx/include/__algorithm/min_element.h
  libcxx/include/__algorithm/minmax_element.h
  libcxx/include/__algorithm/move.h
  libcxx/include/__algorithm/move_backward.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/any_of.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/fill.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/find_if.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/for_each.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/transform.h
  libcxx/include/__algorithm/pstl_copy.h
  libcxx/include/__algorithm/pstl_fill.h
  libcxx/include/__algorithm/pstl_for_each.h
  libcxx/include/__algorithm/sample.h
  libcxx/include/__algorithm/search.h
  libcxx/include/__algorithm/search_n.h
  libcxx/include/__algorithm/shift_left.h
  libcxx/include/__algorithm/shift_right.h
  libcxx/include/__filesystem/path.h
  libcxx/include/__iterator/advance.h
  libcxx/include/__iterator/iterator_traits.h
  libcxx/include/__iterator/move_iterator.h
  libcxx/include/__iterator/next.h
  libcxx/include/__iterator/prev.h
  libcxx/include/__iterator/reverse_iterator.h
  libcxx/include/__memory/uninitialized_algorithms.h
  libcxx/include/__ranges/join_view.h
  libcxx/include/__split_buffer
  libcxx/include/__tree
  libcxx/include/deque
  libcxx/include/forward_list
  libcxx/include/list
  libcxx/include/map
  libcxx/include/queue
  libcxx/include/regex
  libcxx/include/set
  libcxx/include/stack
  libcxx/include/string
  libcxx/include/unordered_map
  libcxx/include/unordered_set
  libcxx/include/vector
  libcxx/test/libcxx/iterators/contiguous_iterators.pass.cpp
  libcxx/test/std/containers/views/views.span/span.iterators/iterator_concept_conformance.compile.pass.cpp
  libcxx/test/std/strings/string.view/string.view.iterators/iterator_concept_conformance.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150801.523105.patch
Type: text/x-patch
Size: 106750 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230517/fcb29da1/attachment-0001.bin>


More information about the libcxx-commits mailing list