llvm-project/libcxx/test/std/depr
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
..
depr.auto.ptr Support tests in freestanding 2019-02-04 20:31:13 +00:00
depr.c.headers Add fenv.h header 2019-02-11 23:47:19 +00:00
depr.function.objects Support tests in freestanding 2019-02-04 20:31:13 +00:00
depr.ios.members Support tests in freestanding 2019-02-04 20:31:13 +00:00
depr.lib.binders Support tests in freestanding 2019-02-04 20:31:13 +00:00
depr.str.strstreams Support tests in freestanding 2019-02-04 20:31:13 +00:00
exception.unexpected Support tests in freestanding 2019-02-04 20:31:13 +00:00
nothing_to_do.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00