summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/basic.string/string.capacity/reserve_size.pass.cpp
AgeCommit message (Expand)Author
2025-02-06Reapply "[libc++] Simplify the implementation of reserve() and shrink_to_fit(...Nikolas Klauser
2024-06-28[libc++] Clean up and update deployment target features (#96312)Louis Dionne
2024-06-21[libc++] Fix deployment target Lit features (#94791)Louis Dionne
2023-12-13[ASan][libc++] std::basic_string annotations (#72677)Tacet
2023-12-12Add `std::basic_string` test cases (#74830)Tacet
2023-09-01[libc++] Apply clang formatting to all string unit testsBrendan Emery
2023-03-30[libc++] Use the stdlib=<LIB> Lit feature instead of use_system_cxx_libLouis Dionne
2022-08-26[libc++][NFC] Remove some of the code duplication in the string testsNikolas Klauser
2022-06-13[libcxx][AIX] Switch build compiler to clangJake Egan
2022-04-27[libc++] Implement P0980R1 (constexpr std::string)Nikolas Klauser
2022-04-07[libc++] Add back-deployment testing on arm64 macsLouis Dionne
2022-03-19[libc++] Prepare string tests for constexprNikolas Klauser
2022-02-08[libc++] Prepare string.{access, capacity, cons} tests for constexprNikolas Klauser
2021-07-01[runtimes] Simplify how we specify XFAIL & friends based on the tripleLouis Dionne
2021-05-08[libc++] Move handling of the target triple to the DSLLouis Dionne
2020-11-26[libc++] [P0966] [C++20] Fix bug PR45368 by correctly implementing P0966: str...Marek Kurdej