llvm-project/libcxx/test/std/iterators
Louis Dionne a2fe17cdc6 [libc++] Fix reverse_iterator test when UBSan is enabled
The goal of the test was only to check that we could access the
`this->current` member of std::reverse_iterator from a derived
class, but in doing so we incremented a null iterator, which is UB.
2020-03-04 11:35:34 -05:00
..
iterator.container [NFC] Strip trailing whitespace from libc++ 2019-10-23 11:19:19 -07:00
iterator.primitives [libc++] Add C++20 contiguous_iterator_tag. 2019-11-16 20:14:44 -05:00
iterator.range Support tests in freestanding 2019-02-04 20:31:13 +00:00
iterator.requirements Support tests in freestanding 2019-02-04 20:31:13 +00:00
iterator.synopsis Support tests in freestanding 2019-02-04 20:31:13 +00:00
iterators.general Support tests in freestanding 2019-02-04 20:31:13 +00:00
predef.iterators [libc++] Fix reverse_iterator test when UBSan is enabled 2020-03-04 11:35:34 -05:00
stream.iterators [libc++] Purge mentions of GCC 4 from the test suite 2019-09-25 19:40:48 +00:00