$OpenBSD: patch-tools_clang_include_clang_Frontend_CompilerInvocation_h,v 1.1 2017/03/18 20:49:42 ajacoutot Exp $

Disable colored diagnostics in the clang frontend.

--- tools/clang/include/clang/Frontend/CompilerInvocation.h.orig	Tue Mar 14 05:49:32 2017
+++ tools/clang/include/clang/Frontend/CompilerInvocation.h	Tue Mar 14 05:49:50 2017
@@ -48,7 +48,7 @@ class DiagnosticsEngine;
 /// report the error(s).
 bool ParseDiagnosticArgs(DiagnosticOptions &Opts, llvm::opt::ArgList &Args,
                          DiagnosticsEngine *Diags = nullptr,
-                         bool DefaultDiagColor = true,
+                         bool DefaultDiagColor = false,
                          bool DefaultShowOpt = true);
 
 class CompilerInvocationBase {
