summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorIlia Kuklin <ikuklin@accesssoftek.com>2024-09-18 17:50:09 +0500
committerGitHub <noreply@github.com>2024-09-18 17:50:09 +0500
commit9690b30ba9acc3deb1068deb37f3b507826b27fe (patch)
tree8d7963dff084fdae009a468df318b1301980047b /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parent13b4d1bfeacc441d792557b42759f258dc4316e6 (diff)
[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
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions