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
Marshall Clow 64c10d00c3 Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@336132 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
string_append Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 6 years ago
string_assign [libcxx] [test] Untabify, NFC. 7 years ago
string_copy [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized but not referenced". 8 years ago
string_erase Add asserts that the nullptr is maintained in string erase operations. 8 years ago
string_insert Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 6 years ago
string_op_plus_equal Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 6 years ago
string_replace Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 6 years ago
string_swap Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 9 years ago
nothing_to_do.pass.cpp Move test into test/std subdirectory. 10 years ago