llvm-project/libcxx/test/std/depr/depr.c.headers
Richard Smith f157e47fb8 Fix use of libc++ <foo.h> headers from within an 'extern "C"' context in C++98.
Previously, this resulted in us declaring a template for static_assert emulation within the 'extern "C"' context, which is ill-formed.

llvm-svn: 250247
2015-10-13 23:12:22 +00:00
..
assert_h.pass.cpp
ciso646.pass.cpp
complex.h.pass.cpp
ctype_h.pass.cpp
errno_h.pass.cpp
extern_c.pass.cpp Fix use of libc++ <foo.h> headers from within an 'extern "C"' context in C++98. 2015-10-13 23:12:22 +00:00
fenv_h.pass.cpp
float_h.pass.cpp
inttypes_h.pass.cpp Split <inttypes.h> out of <cinttypes>. 2015-10-08 20:38:53 +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 Split <math.h> out of <cmath>. 2015-10-08 20:40:34 +00:00
math_h_isinf.pass.cpp Split <math.h> out of <cmath>. 2015-10-08 20:40:34 +00:00
math_h_isnan.pass.cpp Split <math.h> out of <cmath>. 2015-10-08 20:40:34 +00:00
setjmp_h.pass.cpp Split <setjmp.h> out of <csetjmp>. 2015-10-08 20:41:26 +00:00
signal_h.pass.cpp Cleanup warnings in test/std/depr 2015-07-18 22:51:51 +00:00
stdarg_h.pass.cpp Cleanup warnings in test/std/depr 2015-07-18 22:51:51 +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
stdio_h.pass.cpp Split <stdio.h> out of <cstdio>. 2015-10-09 01:29:09 +00:00
stdlib_h.pass.cpp Split <stdlib.h> out of <cstdlib>. 2015-10-09 01:41:45 +00:00
string_h.pass.cpp Make support for thread-unsafe C functions optional. 2015-06-24 08:44:38 +00:00
tgmath_h.pass.cpp
time_h.pass.cpp Cleanup warnings in test/std/depr 2015-07-18 22:51:51 +00:00
uchar_h.pass.cpp
wchar_h.pass.cpp Get some of wchar_h.pass.cpp working on apple. 2015-10-10 02:54:41 +00:00
wctype_h.pass.cpp