summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/string.view/string.view.template/starts_with.ptr.pass.cpp
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
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2019-08-21libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber
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