summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface
diff options
context:
space:
mode:
authorZERO-N <1416312228@qq.com>2024-08-01 20:56:10 +0800
committerGitHub <noreply@github.com>2024-08-01 08:56:10 -0400
commit389146816711ef6d11e54726e8ea300bf9945dc3 (patch)
tree863a25d52e224d64fe288a2c3229a266a1280e60 /lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface
parentbeecf2c6052485d99c6db86422aebdb433f98b5a (diff)
[libc++] Avoid using **this in error messages for expected monadic operations (#84840)
Instead of using **this in error messages for std::expected monadic operations, use value(). As shown in LWG3969, **this can trigger unintended ADL and while it's only an error message, we might as well be ADL-correct there too. Co-authored-by: Louis Dionne <ldionne.2@gmail.com>
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface')
0 files changed, 0 insertions, 0 deletions