[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
Thu May 18 15:37:48 PDT 2023
This revision was automatically updated to reflect the committed changes.
philnik marked an inline comment as done.
Closed by commit rG80643d9366f4: [libc++][NFC] Rename iterator category checks to make it obvious that they… (authored by philnik).
Changed prior to commit:
https://reviews.llvm.org/D150801?vs=523105&id=523588#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150801/new/
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/__algorithm/sort.h
libcxx/include/__algorithm/unwrap_iter.h
libcxx/include/__filesystem/path.h
libcxx/include/__iterator/advance.h
libcxx/include/__iterator/bounded_iter.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/__iterator/wrap_iter.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.523588.patch
Type: text/x-patch
Size: 126427 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230518/05bb6a9a/attachment-0001.bin>
More information about the libcxx-commits
mailing list