llvm-project/libcxx/test/std/depr/depr.c.headers
Mehdi Amini dff33c2760 Fix libc++ test to pass in C++03 mode
Was hitting: "error: scalar initializer cannot be empty"

llvm-svn: 296889
2017-03-03 17:24:29 +00:00
..
assert_h.pass.cpp
ciso646.pass.cpp Remove all _LIBCPP_VERSION tests from under test/std 2016-10-08 01:32:56 +00:00
complex.h.pass.cpp Remove all _LIBCPP_VERSION tests from under test/std 2016-10-08 01:32:56 +00:00
ctype_h.pass.cpp
errno_h.pass.cpp
fenv_h.pass.cpp Cleanup warnings and remove use of __builtin_va_list in depr.c.headers 2016-05-02 20:08:16 +00:00
float_h.pass.cpp
inttypes_h.pass.cpp [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized but not referenced". 2016-11-14 17:35:14 +00:00
iso646_h.pass.cpp
limits_h.pass.cpp
locale_h.pass.cpp Cleanup warnings in test/std/depr 2015-07-18 22:51:51 +00:00
math_h.pass.cpp Tolerate incorrect return type for 'isinf' and 'isnan' in tests. 2016-05-27 22:19:53 +00:00
setjmp_h.pass.cpp Void cast runtime-unused variables. Patch from STL@microsoft.com 2016-05-02 19:15:48 +00:00
signal_h.pass.cpp Cleanup warnings in test/std/depr 2015-07-18 22:51:51 +00:00
stdarg_h.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
stdbool_h.pass.cpp
stddef_h.pass.cpp Fix test failure in C++98 mode due to imperfect static_assert emulation. 2015-10-08 23:44:26 +00:00
stdint_h.pass.cpp Avoid applying unary minus to unsigned integers. Patch from STL@microsoft.com 2016-06-30 04:21:52 +00:00
stdio_h.pass.cpp Fix libc++ test to pass in C++03 mode 2017-03-03 17:24:29 +00:00
stdlib_h.pass.cpp Remove mblen(), mbtowc() and wctomb() from the thread-unsafe functions. 2016-12-30 10:44:00 +00:00
string_h.pass.cpp Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr from 2016-02-10 00:59:02 +00:00
tgmath_h.pass.cpp Remove all _LIBCPP_VERSION tests from under test/std 2016-10-08 01:32:56 +00:00
time_h.pass.cpp Cleanup warnings and remove use of __builtin_va_list in depr.c.headers 2016-05-02 20:08:16 +00:00
uchar_h.pass.cpp [libcxx] Fixup a few fumbles in the initial no-exceptions XFAILs list. 2015-11-12 10:41:57 +00:00
wchar_h.pass.cpp Silence more unused variable warnings. Patch from STL@microsoft.com 2016-06-14 02:46:39 +00:00
wctype_h.pass.cpp