From: Richard Smith Date: Wed, 14 Sep 2016 00:35:56 +0000 (+0000) Subject: Color warnings purple rather than orange, to match actual Clang output. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0df4478deda6a49b5a5e09fb1e8bdce67971ee93;p=clang Color warnings purple rather than orange, to match actual Clang output. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@281427 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/DiagnosticsReference.rst b/docs/DiagnosticsReference.rst index 1604b8fcc0..05ce32f4c5 100644 --- a/docs/DiagnosticsReference.rst +++ b/docs/DiagnosticsReference.rst @@ -30,7 +30,7 @@ .warning { font-family: monospace; font-weight: bold; - color: #c70; + color: #80a; } .remark { font-family: monospace; diff --git a/include/clang/Basic/DiagnosticDocs.td b/include/clang/Basic/DiagnosticDocs.td index cdfac30ccc..ac3f1ff640 100644 --- a/include/clang/Basic/DiagnosticDocs.td +++ b/include/clang/Basic/DiagnosticDocs.td @@ -40,7 +40,7 @@ def GlobalDocumentation { .warning { font-family: monospace; font-weight: bold; - color: #c70; + color: #80a; } .remark { font-family: monospace;