[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:52 PDT 2024
================
@@ -27,6 +27,12 @@ static llvm::raw_ostream &warning(Stream &strm) {
<< "warning: ";
}
+static llvm::raw_ostream ¬e(Stream &strm) {
----------------
augusto2112 wrote:
Since `note` is a function should it be capitalized to follow the LLDB style?
https://github.com/llvm/llvm-project/pull/114610
More information about the lldb-commits
mailing list