================
@@ -27,6 +27,12 @@ static llvm::raw_ostream &warning(Stream &strm) {
          << "warning: ";
 }
 
+static llvm::raw_ostream &note(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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to