summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/string.view/string.view.capacity/capacity.pass.cpp
AgeCommit message (Expand)Author
2023-09-01[libc++] Apply clang formatting to all string unit testsBrendan Emery
2023-03-21[libc++] Qualifies size_t.Mark de Wever
2022-08-25[libc++][test] Use TEST_HAS_NO_CHAR8_T to simplify #ifdefs. NFCI.Joe Loser
2022-06-10[libc++] Granularize <iterator> includesNikolas Klauser
2022-06-03[libc++][test] Skip string_view tests for other vendors on older modesJoe Loser
2021-12-06[libc++] Fix the return value of max_size()Louis Dionne
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne
2021-08-20[libc++][NFC] Fix minor errors and inconsistencies in the test suiteLouis 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-12-11Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow
2018-01-30Add tests to make sure that <string_view> provides std::size/data/empty in C+...Marshall Clow
2017-11-15More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in s...Marshall Clow
2016-11-04[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej
2016-07-21Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow