diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2018-05-01 03:05:40 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2018-05-01 03:05:40 +0000 |
commit | c4f593ba1a72e0d9d74e440ea7e627e6b0f16689 (patch) | |
tree | 2264e88d0977c71285c2514a735a74802b309559 /lldb/packages/Python/lldbsuite/test/help/TestHelp.py | |
parent | 3678be89f7e6a8a94643e3807c78b84efcb389ef (diff) | |
download | bcm5719-llvm-c4f593ba1a72e0d9d74e440ea7e627e6b0f16689.tar.gz bcm5719-llvm-c4f593ba1a72e0d9d74e440ea7e627e6b0f16689.zip |
Fix return type of isinf(double) and isnan(double) where possible.
When using an old version of glibc, a ::isinf(double) and ::isnan(double)
function is provided, rather than just the macro required by C and C++.
Displace this function using _LIBCPP_PREFERRED_OVERLOAD where possible.
The only remaining case where we should get the wrong return type is now
glibc + libc++ + a non-clang compiler.
llvm-svn: 331241
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/help/TestHelp.py')
0 files changed, 0 insertions, 0 deletions