[Lldb-commits] [lldb] [lldb] Store expression evaluator diagnostics in an llvm::Error (NFC) (PR #106442)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 27 00:10:28 PDT 2024
================
@@ -130,6 +168,11 @@ class DiagnosticManager {
m_diagnostics.back()->AppendMessage(str);
}
+ /// Copies the diagnostics into an llvm::Error{List}.
+ /// The first diagnostic wraps \c result.
----------------
labath wrote:
I guess this is no longer true.
https://github.com/llvm/llvm-project/pull/106442
More information about the lldb-commits
mailing list