summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/depr/depr.c.headers/wchar_h.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Add missing #include in <cwchar> testsLouis Dionne2019-06-131-0/+1
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-311-0/+2
* Support tests in freestandingJF Bastien2019-02-041-1/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Silence more unused variable warnings. Patch from STL@microsoft.comEric Fiselier2016-06-141-0/+8
* Cleanup warnings and remove use of __builtin_va_list in depr.c.headersEric Fiselier2016-05-021-16/+5
* Guard Clang and GCC specific pragmas. Patch from STL@microsoft.comEric Fiselier2016-04-281-0/+4
* Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr fromRichard Smith2016-02-101-10/+4
* Silence a -Wmissing-braces warning in the tests; mbstate_t is defined differe...Marshall Clow2015-11-251-0/+8
* Get some of wchar_h.pass.cpp working on apple.Eric Fiselier2015-10-101-10/+16
* Unrevert r249889, and XFAIL the test for Darwin, where the libc apparently do...Richard Smith2015-10-101-11/+24
* Revert r249889 due to bot failure.Manman Ren2015-10-101-18/+11
* Split <wchar.h> out of <cwchar>.Richard Smith2015-10-091-11/+18
* Change initialization of mbstate_t objects in tests from '= {0}' to '= {}', w...Marshall Clow2015-09-151-1/+1
* Cleanup warnings in test/std/deprEric Fiselier2015-07-181-0/+4
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+104
OpenPOWER on IntegriCloud