[all-commits] [llvm/llvm-project] fcc71b: [libc++][spaceship] Implements X::iterator contain...
Mark de Wever via All-commits
all-commits at lists.llvm.org
Sat Jul 20 05:12:59 PDT 2024
Branch: refs/heads/users/mordante/spaceship_container_iterators
Home: https://github.com/llvm/llvm-project
Commit: fcc71b513bfa4d2d18d37b144651683b99356019
https://github.com/llvm/llvm-project/commit/fcc71b513bfa4d2d18d37b144651683b99356019
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2024-07-20 (Sat, 20 Jul 2024)
Changed paths:
M libcxx/docs/Status/Cxx20Issues.csv
M libcxx/docs/Status/SpaceshipProjects.csv
M libcxx/include/__bit_reference
M libcxx/include/__iterator/wrap_iter.h
M libcxx/include/deque
M libcxx/test/std/containers/sequences/array/iterators.pass.cpp
M libcxx/test/std/containers/sequences/deque/iterators.pass.cpp
M libcxx/test/std/containers/sequences/vector.bool/iterators.pass.cpp
M libcxx/test/std/containers/sequences/vector/iterators.pass.cpp
Log Message:
-----------
[libc++][spaceship] Implements X::iterator container requirements.
This implements the requirements for the container iterator requirements for
array, deque, vector, and vector<bool>.
Implements:
- LWG3352 strong_equality isn't a thing
Implements parts of:
- P1614R2 The Mothership has Landed
Fixes: https://github.com/llvm/llvm-project/issues/62486
Commit: 2dc8392f7882e3b1e135d18c14fee585ee6f0685
https://github.com/llvm/llvm-project/commit/2dc8392f7882e3b1e135d18c14fee585ee6f0685
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2024-07-20 (Sat, 20 Jul 2024)
Changed paths:
M libcxx/include/__iterator/bounded_iter.h
A libcxx/test/std/containers/views/views.span/span.iterators/iterator.pass.cpp
A libcxx/test/std/strings/string.view/string.view.iterators/iterators.pass.cpp
Log Message:
-----------
bounded_iterator
Commit: 71a6a1b22395100a7a2fba366daeb7b76c55e316
https://github.com/llvm/llvm-project/commit/71a6a1b22395100a7a2fba366daeb7b76c55e316
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2024-07-20 (Sat, 20 Jul 2024)
Changed paths:
M libcxx/include/__iterator/bounded_iter.h
M libcxx/test/libcxx/iterators/bounded_iter/comparison.pass.cpp
M libcxx/test/std/containers/views/views.span/span.iterators/iterator.pass.cpp
M libcxx/test/std/strings/string.view/string.view.iterators/iterators.pass.cpp
M libcxx/test/support/test_iterators.h
Log Message:
-----------
CI fixes.
Compare: https://github.com/llvm/llvm-project/compare/2875179e571e...71a6a1b22395
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list