summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/basic.string/string.capacity/reserve.pass.cpp
AgeCommit message (Expand)Author
2023-12-13[ASan][libc++] std::basic_string annotations (#72677)Tacet
2023-12-12Add `std::basic_string` test cases (#74830)Tacet
2023-11-25[libc++] Removes basic_string::reserve(). (#73354)Mark de Wever
2023-09-01[libc++] Apply clang formatting to all string unit testsBrendan Emery
2022-08-26[libc++][NFC] Remove some of the code duplication in the string testsNikolas Klauser
2022-04-27[libc++] Implement P0980R1 (constexpr std::string)Nikolas Klauser
2022-02-08[libc++] Prepare string.{access, capacity, cons} tests for constexprNikolas Klauser
2020-11-26[libc++] [P0966] [C++20] Fix bug PR45368 by correctly implementing P0966: str...Marek Kurdej
2020-04-10[libc++] NFC: Clean up a lot of old Lit featuresLouis Dionne
2019-02-27[libc++] Mark several tests as XFAIL on macosx10.7Louis Dionne
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-28Implement P0966 - string::reserve should not shrinkMarshall Clow
2016-11-14[libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...Stephan T. Lavavej
2016-11-01Protect exceptional paths under libcpp-no-exceptionsRoger Ferrer Ibanez
2016-04-28Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier
2015-11-10Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake
2014-12-20Move test into test/std subdirectory.Eric Fiselier