summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/string.view/string.view.template
AgeCommit message (Expand)Author
2023-09-01[libc++] Apply clang formatting to all string unit testsBrendan Emery
2022-06-02[libc++][test] Fix unused variable warning in string_view testsJoe Loser
2022-06-02[libc++][test] Enable some more string_view testsJoe Loser
2021-08-20[libc++][NFC] Fix minor errors and inconsistencies in the test suiteLouis Dionne
2021-04-12[libc++] Divorce the std Lit feature from the -std=XXX compiler flagLouis Dionne
2021-01-19[libc++][P1679] add string containsWim Leflere
2020-12-15[libc++] Fix synopsis in string::ends_with test. NFC.Marek Kurdej
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-04-03[libc++] Remove useless nothing_to_do.pass.cpp testsLouis Dionne
2019-08-21libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...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
2017-12-04Implement P0457R2: 'String Prefix and Suffix Checking' for c++2aMarshall Clow
2016-07-21Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow