[Headers] Enable #include_next<float.h> on Darwin
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 8 Dec 2016 02:13:56 +0000 (02:13 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 8 Dec 2016 02:13:56 +0000 (02:13 +0000)
commitf5457ae5ebdeb012f213018a46dfea196ea1a872
tree7429da284e3b122bb7e79eaf61c585a6ae6b20a0
parentacc4bb8e6635f972b5ae00d961eb68abadcc7120
[Headers] Enable #include_next<float.h> on Darwin

Allows darwin targets to provide additional definitions and
implementation specifc values for float.h

rdar://problem/21961491

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@289018 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/float.h
test/Headers/Inputs/usr/include/float.h [new file with mode: 0644]
test/Headers/float-darwin.c [new file with mode: 0644]