llvm-project/libcxx/test/std/depr/depr.c.headers
Eric Fiselier cf39dd44b8 Add fenv.h header
Summary:
Some implementations of fenv.h use macros to define the functions they provide. This can cause problems when `std::fegetround()` is spelled in source.

This patch adds a `fenv.h` header to libc++ for the sole purpose of turning those macros into real functions.

Reviewers: rsmith, mclow.lists, ldionne

Reviewed By: rsmith

Subscribers: mgorny, christof, libcxx-commits

Differential Revision: https://reviews.llvm.org/D57729

llvm-svn: 353767
2019-02-11 23:47:19 +00:00
..
assert_h.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
ciso646.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
complex.h.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
ctype_h.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
errno_h.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
fenv_h.pass.cpp Add fenv.h header 2019-02-11 23:47:19 +00:00
float_h.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
inttypes_h.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
iso646_h.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
limits_h.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
locale_h.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
math_h.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
setjmp_h.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
signal_h.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
stdarg_h.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
stdbool_h.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
stddef_h.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
stdint_h.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
stdio_h.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
stdlib_h.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
string_h.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
tgmath_h.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
time_h.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
uchar_h.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
wchar_h.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
wctype_h.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00