Files
clang-p2996/lldb/source/Utility/Scalar.cpp
Ilia Kuklin 9690b30ba9 [LLDB] Fix operators <= and >= returning a wrong result when comparing to a floating point NaN (#108060)
Implement operators `<=` and `>=` to explicitly check the comparison
results to be `cmpLessThan` or `cmpEqual` instead of negating the result
of `operators<`.

Fixes #85947
2024-09-18 17:50:09 +05:00

24 KiB