summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/c.strings/cwchar.pass.cpp
AgeCommit message (Expand)Author
2024-09-16[libc++][modules] Don't error when including <wchar.h> or <wctype.h> without ...Louis Dionne
2023-09-01[libc++] Apply clang formatting to all string unit testsBrendan Emery
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-24[libc++] Remove support for CloudABI, which has been abandonedLouis Dionne
2021-04-15[libc++] NFC: Use ASSERT_SAME_TYPE consistently in string.h and wchar.h testsLouis Dionne
2021-04-15[libc++] Remove test suite workarounds on Apple with old ClangsLouis Dionne
2019-06-13[libc++] Add missing #include in <cwchar> testsLouis 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-18Portability fix: add missing includes and static_casts. Reviewed as https://r...Marshall Clow
2018-12-18Rework the C strings tests to use ASSERT_SAME_TYPE. NFC there. Also change cw...Marshall Clow
2016-05-02Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier
2016-04-29Fix test failures by adding missing includeEric Fiselier
2016-04-29Fix or move various non-standard tests.Eric Fiselier
2016-02-10Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr fromRichard Smith
2015-09-15Change initialization of mbstate_t objects in tests from '= {0}' to '= {}', w...Marshall Clow
2015-03-26Make the presence of stdin and stdout optional.Ed Schouten
2014-12-20Move test into test/std subdirectory.Eric Fiselier