summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/string.view/string.view.ops
AgeCommit message (Expand)Author
2025-09-25[libc++][string] P3044R2: sub-`string_view` from `string` (#147095)Hristo Hristov
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2023-09-01[libc++] Apply clang formatting to all string unit testsBrendan Emery
2023-03-21[libc++] Qualifies size_t.Mark de Wever
2022-11-21[libc++][NFC] Add missing conditionals for the existence of wide charactersLouis Dionne
2022-06-03[libc++][test] Skip string_view tests for other vendors on older modesJoe Loser
2021-12-16[libc++] Add GCC workaround in std::char_traits<char>::length()Nikolas Klauser
2021-09-20[libc++] [LIBCXX-DEBUG-FIXME] Constexpr char_traits::copy mustn't compare unr...Arthur O'Dwyer
2021-08-20[libc++][NFC] Fix minor errors and inconsistencies in the test suiteLouis Dionne
2021-08-12[libc++] Remove Lit annotations for unsupported GCC versions from the test suiteLouis Dionne
2021-07-15[libc++] Add a job running GCC with C++11Louis Dionne
2021-06-15[libc++] [test] Fix some GCC 11 errors/warnings in these tests. NFCI.Arthur O'Dwyer
2021-04-30[libc++] [test] Add a debug-mode CI.Arthur O'Dwyer
2021-03-25[libc++] [P1032] Misc constexpr bits in <iterator>, <string_view>, <tuple>, <...Arthur O'Dwyer
2019-08-21libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber
2019-04-24Fix a one more compare test that assumed -1/0/1 instsad of <0/0/>0. NFC.Marshall Clow
2019-04-24Fix a couple of tests that assumed that compare retunred -1/0/1 instead of <0...Marshall Clow
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-08[libcxx] [test] Add missing <stdexcept> in several tests.Billy Robert O'Neal III
2016-12-09[libcxx] [test] Fix string_view tests.Stephan T. Lavavej
2016-11-04[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej
2016-10-24Add missing include in string_view tests. Patch from Billy ONeil @ microsoftEric Fiselier
2016-07-21Again, w/o the tabsMarshall Clow
2016-07-21Another fix to appease the no-exception bots.Marshall Clow
2016-07-21Fix some string_view tests that were failing when exceptions were disabled. A...Marshall Clow
2016-07-21Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow