================
@@ -59,11 +58,11 @@ static void applyTemplateHighlighting(raw_ostream &OS, 
StringRef Str,
 
     Str = Str.substr(Pos + 1);
     if (Normal)
-      OS.changeColor(templateColor, true);
+      OS.changeColor(templateColor, true, false);
----------------
Sirraide wrote:

I’d just add a default argument of `false` to the `BG` parameter of 
`formatted_raw_ostream::changeColor`, because changing the background colour is 
a lot less common in my experience; that’d save us from having to update all 
these call sites here too.

https://github.com/llvm/llvm-project/pull/164935
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to