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)
llvm-svn: 281241

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

index a85dfd0..1604b8f 100644 (file)
@@ -25,7 +25,7 @@
     .error {
       font-family: monospace;
       font-weight: bold;
-      color: #c70;
+      color: #c00;
     }
     .warning {
       font-family: monospace;
index aa83bbc..cdfac30 100644 (file)
@@ -35,7 +35,7 @@ def GlobalDocumentation {
     .error {
       font-family: monospace;
       font-weight: bold;
-      color: #c70;
+      color: #c00;
     }
     .warning {
       font-family: monospace;