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.cons
Marshall Clow 96484477d1 Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@348828 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
T_size_size.pass.cpp Fix possible loss of data warnings on amd64 8 years ago
alloc.pass.cpp [libcxx] [test] Untabify, NFC. 7 years ago
brace_assignment.pass.cpp Fix std::string assignment ambiguity from braced initializer lists. 8 years ago
char_assignment.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 9 years ago
copy.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 9 years ago
copy_alloc.pass.cpp [libcxx] [test] Untabify, NFC. 7 years ago
copy_assignment.pass.cpp Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 6 years ago
default_noexcept.pass.cpp Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 6 years ago
dtor_noexcept.pass.cpp Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 6 years ago
implicit_deduction_guides.pass.cpp Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 6 years ago
initializer_list.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 9 years ago
initializer_list_assignment.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 9 years ago
iter_alloc.pass.cpp Clean up string's deduction guides tests. Mark old versions of clang as unsupported, b/c they don't have deduction guides, even in C++17 mode 7 years ago
iter_alloc_deduction.fail.cpp [libcxx] [test] Mark the test as unsupported by apple-clang-8.1. 7 years ago
iter_alloc_deduction.pass.cpp Add another test case to the deduction guide for basic_string. 7 years ago
move.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 9 years ago
move_alloc.pass.cpp [libcxx] [test] Untabify, NFC. 7 years ago
move_assign_noexcept.pass.cpp Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 6 years ago
move_assignment.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 9 years ago
move_noexcept.pass.cpp Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 6 years ago
pointer_alloc.pass.cpp [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3. 8 years ago
pointer_assignment.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 9 years ago
pointer_size_alloc.pass.cpp Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 6 years ago
size_char_alloc.pass.cpp [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3. 8 years ago
string_view.fail.cpp [libcxx] [test] Untabify, NFC. 7 years ago
string_view.pass.cpp Fix std::string assignment ambiguity from braced initializer lists. 8 years ago
string_view_assignment.pass.cpp Another missing string_view test 7 years ago
string_view_deduction.fail.cpp Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 6 years ago
string_view_deduction.pass.cpp Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 6 years ago
string_view_size_size_deduction.fail.cpp [libcxx] [test] Strip trailing whitespace. NFC. 6 years ago
string_view_size_size_deduction.pass.cpp Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 6 years ago
substr.pass.cpp [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3. 8 years ago