From: Richard Smith Date: Mon, 12 Sep 2016 17:55:49 +0000 (+0000) Subject: Diagnostics reference: "error:" should be red, not orange. X-Git-Tag: llvmorg-4.0.0-rc1~10038 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac205312038a09a9607020b032e88fe6027e30a6;p=platform%2Fupstream%2Fllvm.git Diagnostics reference: "error:" should be red, not orange. llvm-svn: 281241 --- diff --git a/clang/docs/DiagnosticsReference.rst b/clang/docs/DiagnosticsReference.rst index a85dfd0..1604b8f 100644 --- a/clang/docs/DiagnosticsReference.rst +++ b/clang/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/clang/include/clang/Basic/DiagnosticDocs.td b/clang/include/clang/Basic/DiagnosticDocs.td index aa83bbc..cdfac30 100644 --- a/clang/include/clang/Basic/DiagnosticDocs.td +++ b/clang/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;