summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/c.strings/cstring.pass.cpp
AgeCommit message (Expand)Author
2023-09-01[libc++] Apply clang formatting to all string unit testsBrendan Emery
2022-11-25[libc++] Use builtins when redeclaring <string.h> functionsLouis Dionne
2021-08-24[libc++] Remove support for CloudABI, which has been abandonedLouis Dionne
2021-04-15[libc++] Remove test suite workarounds on Apple with old ClangsLouis 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-18Rework the C strings tests to use ASSERT_SAME_TYPE. NFC there. Also change cw...Marshall Clow
2016-02-10Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr fromRichard Smith
2015-06-24Make support for thread-unsafe C functions optional.Ed Schouten
2014-12-20Move test into test/std subdirectory.Eric Fiselier