summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Basic/FixedPointTest.cpp
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2018-08-06 14:29:47 +0000
committerLouis Dionne <ldionne@apple.com>2018-08-06 14:29:47 +0000
commit58529c3f5739c7bdb74da8c6ce3e2d16672e9315 (patch)
tree2f3f871ccb6bc3e5aef288a57110b85cb033ffa7 /clang/unittests/Basic/FixedPointTest.cpp
parentc238ca24b09885ad709dcdb10a0d75e7197cb8d1 (diff)
downloadbcm5719-llvm-58529c3f5739c7bdb74da8c6ce3e2d16672e9315.tar.gz
bcm5719-llvm-58529c3f5739c7bdb74da8c6ce3e2d16672e9315.zip
[clang] Fix broken include_next in float.h
Summary: The code defines __FLOAT_H and then includes the next <float.h>, which is guarded on __FLOAT_H so it gets skipped entirely. This commit uses the header guard __CLANG_FLOAT_H, like other headers (such as limits.h) do. Reviewers: jfb Subscribers: dexonsmith, cfe-commits Differential Revision: https://reviews.llvm.org/D50276 llvm-svn: 339016
Diffstat (limited to 'clang/unittests/Basic/FixedPointTest.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud