================ @@ -130,13 +120,17 @@ class DiagnosticManager { m_diagnostics.back()->AppendMessage(str); } - // Returns a string containing errors in this format: - // - // "error: error text\n - // warning: warning text\n - // remark text\n" + /// Returns a string containing errors in this format: + /// + /// "error: error text\n + /// warning: warning text\n + /// remark text\n" + LLVM_DEPRECATED("Use GetAsStatus instead", "GetAsStatus()") ---------------- medismailben wrote:
Why does this need to be marked deprecated ? It's internal API, we could just get rid of it, right ? https://github.com/llvm/llvm-project/pull/106442 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits