llvm-project/libcxx/test/std/iterators/predef.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
..
insert.iterators libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
move.iterators Support tests in freestanding 2019-02-04 20:31:13 +00:00
reverse.iterators [libc++] Fix reverse_iterator test when UBSan is enabled 2020-03-04 11:35:34 -05:00
nothing_to_do.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00