[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)
commitd93779da151a46532353c07b704b8e569ed1c81a
tree5ddb55a78c780c26a00c17f01d1767e4c765d831
parentfd461fe360c3275effadb0ff5457f5820f07e891
[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

llvm-svn: 289018
clang/lib/Headers/float.h
clang/test/Headers/Inputs/usr/include/float.h [new file with mode: 0644]
clang/test/Headers/float-darwin.c [new file with mode: 0644]