================
@@ -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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
