llvm-project/libcxx/test/std/strings/basic.string/string.modifiers
Arthur O'Dwyer db9425cb06 [libc++] [LIBCXX-DEBUG-FIXME] Fix an iterator-invalidation issue in string::assign.
This appears to be a bug in our string::assign: when assigning into
a longer string, from a shorter snippet of itself, we invalidate
iterators before doing the copy. We should invalidate them afterward.
Also drive-by improve the formatting of a function header.

Differential Revision: https://reviews.llvm.org/D101675
2021-05-05 16:20:53 -04:00
..
string_append [libcxx][nfc] prefixes test type `input_iterator` with `cpp17_` 2021-05-02 05:02:59 +00:00
string_assign [libc++] [LIBCXX-DEBUG-FIXME] Fix an iterator-invalidation issue in string::assign. 2021-05-05 16:20:53 -04:00
string_copy [libc++] NFC: Clean up a lot of old Lit features 2020-04-10 17:20:29 -04:00
string_erase [libc++] NFC: Clean up a lot of old Lit features 2020-04-10 17:20:29 -04:00
string_insert [libcxx][nfc] prefixes test type `input_iterator` with `cpp17_` 2021-05-02 05:02:59 +00:00
string_op_plus_equal [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
string_replace [libcxx][nfc] prefixes test type `input_iterator` with `cpp17_` 2021-05-02 05:02:59 +00:00
string_swap
robust_against_adl.pass.cpp [libc++] Remove the special logic for "noexcept iterators" in basic_string. 2021-04-26 16:22:43 -04:00