llvm-project/libcxx/test/std/strings/basic.string/string.cons
Marshall Clow 76b26852b6 Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616
llvm-svn: 336132
2018-07-02 18:41:15 +00:00
..
T_size_size.pass.cpp Fix possible loss of data warnings on amd64 2017-05-08 21:54:53 +00:00
alloc.pass.cpp [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
brace_assignment.pass.cpp Fix std::string assignment ambiguity from braced initializer lists. 2017-01-17 22:10:32 +00:00
char_assignment.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 2016-04-28 22:28:23 +00:00
copy.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 2016-04-28 22:28:23 +00:00
copy_alloc.pass.cpp [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
copy_assignment.pass.cpp Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 2018-07-02 18:41:15 +00:00
default_noexcept.pass.cpp Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 2018-07-02 18:41:15 +00:00
dtor_noexcept.pass.cpp Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 2018-07-02 18:41:15 +00:00
implicit_deduction_guides.pass.cpp Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 2018-07-02 18:41:15 +00:00
initializer_list.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 2016-04-28 22:28:23 +00:00
initializer_list_assignment.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 2016-04-28 22:28:23 +00:00
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 2018-02-08 16:25:57 +00:00
iter_alloc_deduction.fail.cpp [libcxx] [test] Mark the test as unsupported by apple-clang-8.1. 2018-05-22 18:46:16 +00:00
iter_alloc_deduction.pass.cpp Add another test case to the deduction guide for basic_string. 2018-02-22 05:14:20 +00:00
move.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 2016-04-28 22:28:23 +00:00
move_alloc.pass.cpp [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
move_assign_noexcept.pass.cpp Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 2018-07-02 18:41:15 +00:00
move_assignment.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 2016-04-28 22:28:23 +00:00
move_noexcept.pass.cpp Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 2018-07-02 18:41:15 +00:00
pointer_alloc.pass.cpp [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3. 2017-02-05 22:47:41 +00:00
pointer_assignment.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 2016-04-28 22:28:23 +00:00
pointer_size_alloc.pass.cpp Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 2018-07-02 18:41:15 +00:00
size_char_alloc.pass.cpp [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3. 2017-02-05 22:47:41 +00:00
string_view.fail.cpp [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
string_view.pass.cpp Fix std::string assignment ambiguity from braced initializer lists. 2017-01-17 22:10:32 +00:00
string_view_assignment.pass.cpp Another missing string_view test 2017-09-07 03:03:48 +00:00
string_view_deduction.fail.cpp Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 2018-07-02 18:41:15 +00:00
string_view_deduction.pass.cpp Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 2018-07-02 18:41:15 +00:00
string_view_size_size_deduction.fail.cpp Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 2018-07-02 18:41:15 +00:00
string_view_size_size_deduction.pass.cpp Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 2018-07-02 18:41:15 +00:00
substr.pass.cpp [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3. 2017-02-05 22:47:41 +00:00