From 7cfda227a36d00aa86ae05ab81d618672a794fad Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Mon, 12 Sep 2016 17:55:49 +0000 Subject: [PATCH] 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 --- docs/DiagnosticsReference.rst | 2 +- include/clang/Basic/DiagnosticDocs.td | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.40.0