From: Richard Smith Date: Mon, 12 Sep 2016 17:55:49 +0000 (+0000) Subject: Diagnostics reference: "error:" should be red, not orange. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7cfda227a36d00aa86ae05ab81d618672a794fad;p=clang Diagnostics reference: "error:" should be red, not orange. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@281241 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/DiagnosticsReference.rst b/docs/DiagnosticsReference.rst index a85dfd01e6..1604b8fcc0 100644 --- a/docs/DiagnosticsReference.rst +++ b/docs/DiagnosticsReference.rst @@ -25,7 +25,7 @@ .error { font-family: monospace; font-weight: bold; - color: #c70; + color: #c00; } .warning { font-family: monospace; diff --git a/include/clang/Basic/DiagnosticDocs.td b/include/clang/Basic/DiagnosticDocs.td index aa83bbc8e6..cdfac30ccc 100644 --- a/include/clang/Basic/DiagnosticDocs.td +++ b/include/clang/Basic/DiagnosticDocs.td @@ -35,7 +35,7 @@ def GlobalDocumentation { .error { font-family: monospace; font-weight: bold; - color: #c70; + color: #c00; } .warning { font-family: monospace;