]> granicus.if.org Git - clang/commitdiff
Diagnostics reference: "error:" should be red, not orange.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 12 Sep 2016 17:55:49 +0000 (17:55 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 12 Sep 2016 17:55:49 +0000 (17:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@281241 91177308-0d34-0410-b5e6-96231b3b80d8

docs/DiagnosticsReference.rst
include/clang/Basic/DiagnosticDocs.td

index a85dfd01e6b231a9f7e6c2506f2bfdf0283a4d42..1604b8fcc084af7d03cabd1425413a89c417eea0 100644 (file)
@@ -25,7 +25,7 @@
     .error {
       font-family: monospace;
       font-weight: bold;
-      color: #c70;
+      color: #c00;
     }
     .warning {
       font-family: monospace;
index aa83bbc8e6f24f99aab67cfe9ec2aaabc6d371b9..cdfac30cccc3828ac232da00713b4fd56fb9ac63 100644 (file)
@@ -35,7 +35,7 @@ def GlobalDocumentation {
     .error {
       font-family: monospace;
       font-weight: bold;
-      color: #c70;
+      color: #c00;
     }
     .warning {
       font-family: monospace;