================ @@ -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; ---------------- adrian-prantl wrote:
Because DiagnostcDetails are created in places (e.g., the expression evaluator) that don't have any information about driver details like the indent. 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