zig/lib/libcxx/include/__iterator
Alex Rønne Petersen 156ab87500
libcxx: Update to Clang 20.
See:

* https://discourse.llvm.org/t/rfc-freezing-c-03-headers-in-libc/77319
* https://discourse.llvm.org/t/rfc-project-hand-in-hand-llvm-libc-libc-code-sharing/77701

We're dropping support for C++03 for Zig due to the first change; it would be
insane to ship 1018 duplicate header files just for this outdated use case.

As a result of the second change, I had to bring in a subset of the headers from
llvm-libc since libc++ now depends on these. Hopefully we can continue to get
away with not copying the entirety of llvm-libc.
2025-04-04 06:08:09 +02:00
..
access.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
advance.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
aliasing_iterator.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
back_insert_iterator.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
bounded_iter.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
common_iterator.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
concepts.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
counted_iterator.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
cpp17_iterator_concepts.h libcxx: Update to LLVM 19. 2024-09-19 18:20:21 -07:00
data.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
default_sentinel.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
distance.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
empty.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
erase_if_container.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
front_insert_iterator.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
incrementable_traits.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
indirectly_comparable.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
insert_iterator.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
istream_iterator.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
istreambuf_iterator.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
iter_move.h libcxx: Update to LLVM 19. 2024-09-19 18:20:21 -07:00
iter_swap.h libcxx: Update to LLVM 19. 2024-09-19 18:20:21 -07:00
iterator.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
iterator_traits.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
iterator_with_data.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
mergeable.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
move_iterator.h libcxx: Update to LLVM 19. 2024-09-19 18:20:21 -07:00
move_sentinel.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
next.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
ostream_iterator.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
ostreambuf_iterator.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
permutable.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
prev.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
projected.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
ranges_iterator_traits.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
readable_traits.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
reverse_access.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
reverse_iterator.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
segmented_iterator.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
size.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
sortable.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
static_bounded_iter.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
unreachable_sentinel.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
wrap_iter.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00