You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[lldb] Only use Swift remark diagnostics for logging (#8371)
In `handleDiagnostics`, early exit from all Swift remarks. Remark diagnostics should
not be handled as warnings/errors.
At most, lldb should use remark diagnostics for logging, or progress events.
By setting `EnableModuleLoadingRemarks` to true
(#7857) there are remarks other than
`module_loaded` that are emitted. These other remarks should be ignored in
`handleDiagnostics`.
rdar://121611925
0 commit comments