[Lldb-commits] [lldb] [lldb] Highlight "note:" in CommandReturnObject (PR #114610)
Augusto Noronha via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 1 15:27:51 PDT 2024
================
@@ -27,6 +27,12 @@ static llvm::raw_ostream &warning(Stream &strm) {
<< "warning: ";
}
+static llvm::raw_ostream ¬e(Stream &strm) {
----------------
augusto2112 wrote:
Actually `error` and `warning` are not capitalized, I guess we can either keep all three lower case or capitalize all of them, up to you
https://github.com/llvm/llvm-project/pull/114610
More information about the lldb-commits
mailing list