summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/string.view/string_view.literals
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-03[libc++][test] Skip string_view tests for other vendors on older modesJoe Loser
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne
2021-10-01[libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI.Arthur O'Dwyer
2021-09-03[libc++][NFC] Remove uses of 'using namespace std;' in the test suiteLouis Dionne
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-04-15[libc++] Remove workaround for .fail.cpp tests that don't have clang-verify m...Louis Dionne
2020-04-10[libc++] NFC: Clean up a lot of old Lit featuresLouis Dionne
2019-10-23[NFC] Strip trailing whitespace from libc++Louis Dionne
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
2018-12-11Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow
2018-11-20A couple of tests were broken when clang implemented the compiler parts of P0...Marshall Clow
2017-10-24Mark string_view literals as 'noexcept'. Fixes PR#25054. Thanks to Pavel K fo...Marshall Clow
2017-01-18[libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej
2017-01-09Added XFAIL for the apple versions of clang as wellMarshall Clow
2017-01-09Implement P0403R1 - 'Literal suffixes for basic_string_view'. Requires clang ...Marshall Clow