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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM