================ @@ -160,6 +166,9 @@ class CommandReturnObject { StreamTee m_out_stream; StreamTee m_err_stream; + std::vector<DiagnosticDetail> m_diagnostics; + StreamString m_diag_stream; + std::optional<uint16_t> m_diagnostic_indent; ---------------- JDevlieghere wrote:
Maybe this will make sense later, but why is this a property of CommandReturnObject and not DiagnosticDetail? https://github.com/llvm/llvm-project/pull/110901 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits