[Lldb-commits] [lldb] [lldb] Remove Log::Error and Log::Warning (NFC) (PR #190440)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Sat Apr 4 09:34:56 PDT 2026


medismailben wrote:

I know this is a bit orthogonal to your PR but I don't think we should log errors and warnings. For errors, I feel like the user should know about it and for warnings, if it's not important enough we should just log it without the `warning:` prefix otherwise, it should also be shown to the user ... I think we need either to surface them properly or use DiagnosticReport here.

https://github.com/llvm/llvm-project/pull/190440


More information about the lldb-commits mailing list