summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/c.strings
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-231-1/+1
* [libc++] Add missing #include in <cwchar> testsLouis Dionne2019-06-131-0/+1
* Support tests in freestandingJF Bastien2019-02-045-5/+15
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-195-20/+15
* Portability fix: add missing includes and static_casts. Reviewed as https://r...Marshall Clow2018-12-181-0/+1
* Rework the C strings tests to use ASSERT_SAME_TYPE. NFC there. Also change cw...Marshall Clow2018-12-185-135/+148
* Move more _LIBCPP_VERSION tests to test/libcxx.Eric Fiselier2016-06-225-102/+0
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-021-0/+10
* Fix test failures by adding missing includeEric Fiselier2016-04-291-0/+1
* Fix or move various non-standard tests.Eric Fiselier2016-04-291-5/+2
* Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr fromRichard Smith2016-02-102-10/+22
* Split <ctype.h> out of <cctype>.Richard Smith2015-10-081-14/+14
* Change initialization of mbstate_t objects in tests from '= {0}' to '= {}', w...Marshall Clow2015-09-151-1/+1
* Make support for thread-unsafe C functions optional.Ed Schouten2015-06-241-0/+2
* Make the presence of stdin and stdout optional.Ed Schouten2015-03-261-6/+12
* Move test into test/std subdirectory.Eric Fiselier2014-12-2010-0/+499
OpenPOWER on IntegriCloud