llvm-project/libcxx/test/std/iterators/iterator.primitives/iterator.traits
Christopher Di Bella 773ae44124 [libcxx][nfc] prefixes test type `input_iterator` with `cpp17_`
C++20 revised the definition of what it means to be an iterator. While
all _Cpp17InputIterators_ satisfy `std::input_iterator`, the reverse
isn't true. D100271 introduces a new test adaptor to accommodate this
new definition (`cpp20_input_iterator`).

In order to help readers immediately distinguish which input iterator
adaptor is _Cpp17InputIterator_, the current `input_iterator` adaptor
has been prefixed with `cpp17_`.

Differential Revision: https://reviews.llvm.org/D101242
2021-05-02 05:02:59 +00:00
..
const_pointer.pass.cpp [libcxx] makes `iterator_traits` C++20-aware 2021-04-20 11:30:08 -04:00
const_volatile_pointer.pass.cpp [libcxx] makes `iterator_traits` C++20-aware 2021-04-20 11:30:08 -04:00
cxx20_iterator_traits.compile.pass.cpp [libcxx][nfc] prefixes test type `input_iterator` with `cpp17_` 2021-05-02 05:02:59 +00:00
empty.fail.cpp [libcxx] makes `iterator_traits` C++20-aware 2021-04-20 11:30:08 -04:00
empty.pass.cpp [libcxx] makes `iterator_traits` C++20-aware 2021-04-20 11:30:08 -04:00
iter_reference_t.compile.pass.cpp [libcxx][nfc] prefixes test type `input_iterator` with `cpp17_` 2021-05-02 05:02:59 +00:00
iterator.pass.cpp Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
pointer.pass.cpp [libc++] Add C++20 contiguous_iterator_tag. 2019-11-16 20:14:44 -05:00
volatile_pointer.pass.cpp [libcxx] makes `iterator_traits` C++20-aware 2021-04-20 11:30:08 -04:00