llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_assign
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
..
T_size_size.pass.cpp
initializer_list.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
iterator.pass.cpp [libc++] [LIBCXX-DEBUG-FIXME] Fix an iterator-invalidation issue in string::assign. 2021-05-05 16:20:53 -04:00
pointer.pass.cpp
pointer_size.pass.cpp
rv_string.pass.cpp
size_char.pass.cpp
string.pass.cpp
string_size_size.pass.cpp
string_view.pass.cpp