summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/string.view/string.view.cons/assign.pass.cpp
AgeCommit message (Expand)Author
2023-09-01[libc++] Apply clang formatting to all string unit testsBrendan Emery
2022-08-25[libc++][test] Use TEST_HAS_NO_CHAR8_T to simplify #ifdefs. NFCI.Joe Loser
2022-06-14[libc++] Remove macros for IBM compilerLouis Dionne
2022-06-03[libc++][test] Skip string_view tests for other vendors on older modesJoe Loser
2022-02-03[libc++][nfc] Add TEST_HAS_NO_UNICODE_CHARS.Mark de Wever
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-07-12Turns out that wide literals U"xxx" and u"xxx" are c++11 and later.Marshall Clow
2018-07-11Same reversed ifdef happened twice. Test fix only, NFC to the library.Marshall Clow
2018-07-11Fix a test #ifdef that was reversed. NFC to the library.Marshall Clow
2017-01-23Implement LWG#2778: basic_string_view is missing constexpr.Marshall Clow