================
@@ -23,6 +23,13 @@ class ArgList;
namespace clang {
class DiagnosticsEngine;
+/// Controls whether to show colors in output.
+enum class ShowColorsKind : unsigned {
+ Auto,
+ On,
----------------
AaronBallman wrote:
It'd help to add some comments here explaining what the difference is.
https://github.com/llvm/llvm-project/pull/202441
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits