llvm-project/libcxx/test/std/strings/basic.string/string.cons
Nikolas Klauser 425620ccdd [libc++] Implement P0980R1 (constexpr std::string)
Reviewed By: #libc, ldionne

Spies: daltenty, sdasgup3, ldionne, arichardson, MTC, ChuanqiXu, mehdi_amini, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, aartbik, liufengdb, stephenneuendorffer, Joonsoo, grosul1, Kayjukh, jurahul, msifontes, tatianashp, rdzhabarov, teijeong, cota, dcaballe, Chia-hungDuan, wrengr, wenzhicui, arphaman, Mordante, miscco, Quuxplusone, smeenai, libcxx-commits

Differential Revision: https://reviews.llvm.org/D110598
2022-04-27 12:25:34 +02:00
..
T_size_size.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
alloc.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
brace_assignment.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
char_assignment.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
copy.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
copy_alloc.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
copy_assignment.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
default.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
dtor.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
implicit_deduction_guides.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
initializer_list.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
initializer_list_assignment.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
iter_alloc.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
iter_alloc_deduction.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
move.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
move_alloc.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
move_assign_noexcept.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
move_assignment.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
move_noexcept.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
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++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
pointer_assignment.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
pointer_size_alloc.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
size_char_alloc.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
string_view.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
string_view_assignment.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
string_view_deduction.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
string_view_size_size_deduction.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00
substr.pass.cpp [libc++] Implement P0980R1 (constexpr std::string) 2022-04-27 12:25:34 +02:00