llvm-project/libcxx/test/std/strings/basic.string/string.cons
Nikolas Klauser 628fcfd520 [libc++] Add tests for std::string default constructor and destructor
Reviewed By: ldionne, var-const, #libc, nilayvaish

Spies: nilayvaish, libcxx-commits

Differential Revision: https://reviews.llvm.org/D123129
2022-04-08 12:21:43 +02:00
..
T_size_size.pass.cpp [libc++] Prepare string tests for constexpr 2022-03-19 18:48:14 +01:00
alloc.pass.cpp [libc++] Prepare string.{access, capacity, cons} tests for constexpr 2022-02-08 23:39:44 +01:00
brace_assignment.pass.cpp [libc++] Prepare string.{access, capacity, cons} tests for constexpr 2022-02-08 23:39:44 +01:00
char_assignment.pass.cpp [libc++] Prepare string tests for constexpr 2022-03-19 18:48:14 +01:00
copy.pass.cpp [libc++] Prepare string tests for constexpr 2022-03-19 18:48:14 +01:00
copy_alloc.pass.cpp [libc++] Prepare string tests for constexpr 2022-03-19 18:48:14 +01:00
copy_assignment.pass.cpp [libc++] Prepare string.{access, capacity, cons} tests for constexpr 2022-02-08 23:39:44 +01:00
default.pass.cpp [libc++] Add tests for std::string default constructor and destructor 2022-04-08 12:21:43 +02:00
dtor.pass.cpp [libc++] Add tests for std::string default constructor and destructor 2022-04-08 12:21:43 +02:00
implicit_deduction_guides.pass.cpp [libc++] Prepare string.{access, capacity, cons} tests for constexpr 2022-02-08 23:39:44 +01:00
initializer_list.pass.cpp [libc++] Prepare string.{access, capacity, cons} tests for constexpr 2022-02-08 23:39:44 +01:00
initializer_list_assignment.pass.cpp [libc++] Prepare string.{access, capacity, cons} tests for constexpr 2022-02-08 23:39:44 +01:00
iter_alloc.pass.cpp [libc++] Remove cpp17_input_iterator.h 2022-02-16 04:17:40 +01:00
iter_alloc_deduction.pass.cpp [libc++] Tidy up tests for deduction guides and other compile-time failing properties in std::string 2022-04-05 10:52:52 -04:00
move.pass.cpp [libc++] Prepare string.{access, capacity, cons} tests for constexpr 2022-02-08 23:39:44 +01:00
move_alloc.pass.cpp [libc++] Prepare string.{access, capacity, cons} tests for constexpr 2022-02-08 23:39:44 +01:00
move_assign_noexcept.pass.cpp [libc++] Prepare string.{access, capacity, cons} tests for constexpr 2022-02-08 23:39:44 +01:00
move_assignment.pass.cpp [libc++] Prepare string.{access, capacity, cons} tests for constexpr 2022-02-08 23:39:44 +01:00
move_noexcept.pass.cpp
nullptr.compile.pass.cpp [libc++] [c++2b] [P2166] Prohibit string and string_view construction from nullptr. 2021-07-27 16:20:21 +02:00
pointer_alloc.pass.cpp [libc++] Prepare string.{access, capacity, cons} tests for constexpr 2022-02-08 23:39:44 +01:00
pointer_assignment.pass.cpp [libc++] Prepare string.{access, capacity, cons} tests for constexpr 2022-02-08 23:39:44 +01:00
pointer_size_alloc.pass.cpp [libc++] Prepare string.{access, capacity, cons} tests for constexpr 2022-02-08 23:39:44 +01:00
size_char_alloc.pass.cpp [libc++] Prepare string.{access, capacity, cons} tests for constexpr 2022-02-08 23:39:44 +01:00
string_view.pass.cpp [libc++] Tidy up tests for deduction guides and other compile-time failing properties in std::string 2022-04-05 10:52:52 -04:00
string_view_assignment.pass.cpp [libc++] Prepare string.{access, capacity, cons} tests for constexpr 2022-02-08 23:39:44 +01:00
string_view_deduction.pass.cpp [libc++] Tidy up tests for deduction guides and other compile-time failing properties in std::string 2022-04-05 10:52:52 -04:00
string_view_size_size_deduction.pass.cpp [libc++] Tidy up tests for deduction guides and other compile-time failing properties in std::string 2022-04-05 10:52:52 -04:00
substr.pass.cpp [libc++] Prepare string tests for constexpr 2022-03-19 18:48:14 +01:00