We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af544db + eeedee7 commit c07da4bCopy full SHA for c07da4b
lldb/source/Target/Thread.cpp
@@ -355,11 +355,10 @@ void Thread::FrameSelectedCallback(StackFrame *frame) {
355
Status error;
356
ExecutionContext exe_ctx;
357
frame->CalculateExecutionContext(exe_ctx);
358
- if (auto *exe_scope = exe_ctx.GetBestExecutionContextScope())
359
- if (auto target = frame->CalculateTarget())
360
- if (auto swift_ast_ctx =
361
- TypeSystemSwiftTypeRefForExpressions::GetForTarget(*target))
362
- swift_ast_ctx->DiagnoseWarnings(*GetProcess(), msc);
+ if (auto target = frame->CalculateTarget())
+ if (auto swift_ast_ctx =
+ TypeSystemSwiftTypeRefForExpressions::GetForTarget(*target))
+ swift_ast_ctx->DiagnoseWarnings(*GetProcess(), msc);
363
}
364
#endif
365
0 commit comments