Marshall Clow
|
9d73243bc1
|
Silence a -Wmissing-braces warning in the tests; mbstate_t is defined differently on different C libraries.
llvm-svn: 254050
|
2015-11-25 01:06:36 +00:00 |
Eric Fiselier
|
448dd41588
|
Get some of wchar_h.pass.cpp working on apple.
llvm-svn: 249936
|
2015-10-10 02:54:41 +00:00 |
Richard Smith
|
0ecae015ff
|
Unrevert r249889, and XFAIL the test for Darwin, where the libc apparently doesn't provide a correct overload set for some functions.
llvm-svn: 249932
|
2015-10-10 01:39:51 +00:00 |
Manman Ren
|
79d8bc4c88
|
Revert r249889 due to bot failure.
llvm-svn: 249926
|
2015-10-10 01:03:55 +00:00 |
Richard Smith
|
897758d6ba
|
Split <wchar.h> out of <cwchar>.
llvm-svn: 249889
|
2015-10-09 19:56:37 +00:00 |
Marshall Clow
|
f979baabbb
|
Change initialization of mbstate_t objects in tests from '= {0}' to '= {}', which does the same thing, w/o having clang and gcc warn with -Wall.
llvm-svn: 247695
|
2015-09-15 14:46:03 +00:00 |
Eric Fiselier
|
203f687971
|
Cleanup warnings in test/std/depr
llvm-svn: 242627
|
2015-07-18 22:51:51 +00:00 |
Eric Fiselier
|
5a83710e37
|
Move test into test/std subdirectory.
llvm-svn: 224658
|
2014-12-20 01:40:03 +00:00 |