r281427 - Color warnings purple rather than orange, to match actual Clang output.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 13 17:35:56 PDT 2016


Author: rsmith
Date: Tue Sep 13 19:35:56 2016
New Revision: 281427

URL: http://llvm.org/viewvc/llvm-project?rev=281427&view=rev
Log:
Color warnings purple rather than orange, to match actual Clang output.

Modified:
    cfe/trunk/docs/DiagnosticsReference.rst
    cfe/trunk/include/clang/Basic/DiagnosticDocs.td

Modified: cfe/trunk/docs/DiagnosticsReference.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/DiagnosticsReference.rst?rev=281427&r1=281426&r2=281427&view=diff
==============================================================================
--- cfe/trunk/docs/DiagnosticsReference.rst (original)
+++ cfe/trunk/docs/DiagnosticsReference.rst Tue Sep 13 19:35:56 2016
@@ -30,7 +30,7 @@
     .warning {
       font-family: monospace;
       font-weight: bold;
-      color: #c70;
+      color: #80a;
     }
     .remark {
       font-family: monospace;

Modified: cfe/trunk/include/clang/Basic/DiagnosticDocs.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticDocs.td?rev=281427&r1=281426&r2=281427&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticDocs.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticDocs.td Tue Sep 13 19:35:56 2016
@@ -40,7 +40,7 @@ def GlobalDocumentation {
     .warning {
       font-family: monospace;
       font-weight: bold;
-      color: #c70;
+      color: #80a;
     }
     .remark {
       font-family: monospace;




More information about the cfe-commits mailing list