aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h
diff options
context:
space:
mode:
authorNikolas Klauser <nikolasklauser@berlin.de>2024-04-22 19:26:33 +0200
committerGitHub <noreply@github.com>2024-04-22 19:26:33 +0200
commit9aa663bb9ef3dbab8ccc324ef3df5138aa458fbd (patch)
treefe8ec2969f9778ea550c9caf41d8655c1c2307d4 /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h
parent180cf4daec290e68aa4dd6dc14697add3e18bcec (diff)
downloadllvm-9aa663bb9ef3dbab8ccc324ef3df5138aa458fbd.zip
llvm-9aa663bb9ef3dbab8ccc324ef3df5138aa458fbd.tar.gz
llvm-9aa663bb9ef3dbab8ccc324ef3df5138aa458fbd.tar.bz2
[Clang] Fix __is_trivially_equaltiy_comparable documentation (#88528)
Currently `__is_trivially_equality_comparable` is documented to return true if comparing the value representation is equivalent to calling the comparison operator, which is not quite what the trait actually checks. The traits actually checks that comparing the object representation is equivalent, which means that there cannot be padding bytes in the type.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
0 files changed, 0 insertions, 0 deletions