[all-commits] [llvm/llvm-project] 220528: [libcxx][iterator] adds `std::weakly_incrementable...
Christopher Di Bella via All-commits
all-commits at lists.llvm.org
Fri Apr 23 22:26:07 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 22052860959c53ca32acc2eae77c23354e1649fc
https://github.com/llvm/llvm-project/commit/22052860959c53ca32acc2eae77c23354e1649fc
Author: Christopher Di Bella <cjdb at google.com>
Date: 2021-04-23 (Fri, 23 Apr 2021)
Changed paths:
M libcxx/include/__iterator/concepts.h
M libcxx/include/iterator
A libcxx/test/libcxx/iterators/iterator.requirements/iterator.concepts/integer_like.compile.pass.cpp
M libcxx/test/std/containers/associative/map/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/associative/multimap/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/associative/multiset/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/associative/set/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/sequences/array/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/sequences/deque/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/sequences/forwardlist/forwardlist.iter/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/sequences/list/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/sequences/vector.bool/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/sequences/vector/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/unord/unord.map/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/unord/unord.multimap/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/unord/unord.multiset/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/unord/unord.set/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/views/span.iterators/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/input.output/filesystems/class.directory_iterator/iterator_concept_conformance.compile.pass.cpp
A libcxx/test/std/iterators/iterator.requirements/iterator.concepts/incrementable.h
A libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.inc/incrementable.compile.pass.cpp
A libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.inc/subsumption.compile.pass.cpp
A libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.winc/subsumption.compile.pass.cpp
A libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.winc/weakly_incrementable.compile.pass.cpp
M libcxx/test/std/iterators/predef.iterators/insert.iterators/back.insert.iterator/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/iterators/predef.iterators/insert.iterators/front.insert.iterator/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iterator/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/iterators/predef.iterators/move.iterators/move.iterator/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/iterators/predef.iterators/reverse.iterators/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/iterators/stream.iterators/istream.iterator/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/iterators/stream.iterators/ostream.iterator/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/re/re.iter/re.regiter/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/re/re.iter/re.tokiter/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/strings/basic.string/string.iterators/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/strings/string.view/string.view.iterators/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/utilities/memory/unique.ptr/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/utilities/optional/iterator_concept_conformance.compile.pass.cpp
Log Message:
-----------
[libcxx][iterator] adds `std::weakly_incrementable` and `std::incrementable`
Implements parts of:
* P0896R4 The One Ranges Proposal`
Depends on D100073.
Reviewed By: ldionne, zoecarver, #libc
Differential Revision: https://reviews.llvm.org/D100080
More information about the All-commits
mailing list