summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/string.view/string.view.io
AgeCommit message (Expand)Author
2023-09-01[libc++] Apply clang formatting to all string unit testsBrendan Emery
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser
2022-06-03[libc++][test] Skip string_view tests for other vendors on older modesJoe Loser
2022-05-27[runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZLouis 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
2020-10-27[libc++] Add a libc++ configuration that does not support localizationLouis Dionne
2020-10-08[runtimes] Use int main(int, char**) consistently in testsLouis Dionne
2019-09-25Add forward declaration of operator<< in <string_view> as required.Eric Fiselier
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
2016-07-21Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow