llvm-project/libcxx/test/std/strings/basic.string/string.capacity
Nikolas Klauser 4822447522 [libc++] basic_string::resize_and_overwrite: Adopt LWG3645 (Not voted in yet)
Adopt LWG3645, which fixes the value categories of basic_string::resize_and_overwrite
https://timsong-cpp.github.io/lwg-issues/3645

Reviewed By: ldionne, #libc

Spies: libcxx-commits

Differential Revision: https://reviews.llvm.org/D116815
2022-01-20 18:41:09 +01:00
..
capacity.pass.cpp [libc++] Make test_allocator constexpr-friendly for constexpr string/vector 2021-11-07 16:15:28 +01:00
clear.pass.cpp
empty.pass.cpp
empty.verify.cpp [libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI. 2021-10-01 12:06:59 -04:00
length.pass.cpp
max_size.pass.cpp
over_max_size.pass.cpp [runtimes] Simplify how we specify XFAIL & friends based on the triple 2021-07-01 14:03:30 -04:00
reserve.deprecated_in_cxx20.verify.cpp [libc++] [P0966] [C++20] Fix bug PR45368 by correctly implementing P0966: string::reserve should not shrink. 2020-11-26 10:13:12 +01:00
reserve.pass.cpp [libc++] [P0966] [C++20] Fix bug PR45368 by correctly implementing P0966: string::reserve should not shrink. 2020-11-26 10:13:12 +01:00
reserve_size.pass.cpp [runtimes] Simplify how we specify XFAIL & friends based on the triple 2021-07-01 14:03:30 -04:00
resize_and_overwrite.pass.cpp [libc++] basic_string::resize_and_overwrite: Adopt LWG3645 (Not voted in yet) 2022-01-20 18:41:09 +01:00
resize_size.pass.cpp
resize_size_char.pass.cpp
shrink_to_fit.explicit_instantiation.sh.cpp [libc++] Fix wrongly non-inline basic_string::shrink_to_fit 2021-12-14 11:12:04 -05:00
shrink_to_fit.pass.cpp
size.pass.cpp