You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/strings/basic.string/string.modifiers/string_replace
Stephan T. Lavavej e33c0b01f8 [libcxx] [test] D27027: Strip trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@287829 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
iter_iter_initializer_list.pass.cpp Fix PR#25973 : 'basic_string::assign(InputIt, InputIt) doesn't provide the strong exception safety guarantee'. This turned out to be a pervasive problem in <string>, which required a fair amount of rework. Add in an optimization for when iterators provide noexcept increment/comparison/assignment/dereference (which covers many of the iterators in libc++). Reviewed as http://reviews.llvm.org/D15862 10 years ago
iter_iter_iter_iter.pass.cpp [libcxx] [test] D27027: Strip trailing whitespace. 9 years ago
iter_iter_pointer.pass.cpp [libcxx] [test] D27027: Strip trailing whitespace. 9 years ago
iter_iter_pointer_size.pass.cpp [libcxx] [test] D27027: Strip trailing whitespace. 9 years ago
iter_iter_size_char.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 10 years ago
iter_iter_string.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 10 years ago
size_size_T_size_size.pass.cpp [libcxx] [test] D27027: Strip trailing whitespace. 9 years ago
size_size_pointer.pass.cpp Protect exceptional paths under libcpp-no-exceptions 9 years ago
size_size_pointer_size.pass.cpp Protect exceptional paths under libcpp-no-exceptions 9 years ago
size_size_size_char.pass.cpp Protect exceptional paths under libcpp-no-exceptions 9 years ago
size_size_string.pass.cpp Protect exceptional paths under libcpp-no-exceptions 9 years ago
size_size_string_size_size.pass.cpp Protect exceptional paths under libcpp-no-exceptions 9 years ago