diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-09-12 17:55:49 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-09-12 17:55:49 +0000 |
| commit | ac205312038a09a9607020b032e88fe6027e30a6 (patch) | |
| tree | 5414ea6fb8400fbd332e6ace61e53a40d45928b2 /clang | |
| parent | 3a705b570b9916a2ef48fa467b7d32f55561b8ac (diff) | |
| download | bcm5719-llvm-ac205312038a09a9607020b032e88fe6027e30a6.tar.gz bcm5719-llvm-ac205312038a09a9607020b032e88fe6027e30a6.zip | |
Diagnostics reference: "error:" should be red, not orange.
llvm-svn: 281241
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/docs/DiagnosticsReference.rst | 2 | ||||
| -rw-r--r-- | clang/include/clang/Basic/DiagnosticDocs.td | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/DiagnosticsReference.rst b/clang/docs/DiagnosticsReference.rst index a85dfd01e6b..1604b8fcc08 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 aa83bbc8e6f..cdfac30cccc 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; |

