summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorivanaivanovska <iivanovska@google.com>2024-08-02 13:49:11 +0200
committerGitHub <noreply@github.com>2024-08-02 13:49:11 +0200
commitdb1375f6d907f1af34c03b5174b7e0432f615d21 (patch)
tree3dd30b5a6f90df11ef305107922155bdf34970ff /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parentadac04ffc90adebbaa0661d642f482dab8440df5 (diff)
Surface error for plain return statement in coroutine earlier (#100985)
When a plain return statement was used in a coroutine, the error "return statement not allowed in coroutine" was surfaced too late (e.g. after other errors in the return statement). Surfacing it earlier now, to make the issue more obvious.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions