From 4e1c53deeacbbbfc487e996e86124e4b8acc25f5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 24 Jan 2011 03:47:34 +0000 Subject: [PATCH] fix a broken example, PR9005, patch by Jonathan Wakely! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124104 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/UsersManual.html | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/docs/UsersManual.html b/docs/UsersManual.html index bad9bae8db..019735d654 100644 --- a/docs/UsersManual.html +++ b/docs/UsersManual.html @@ -248,32 +248,29 @@ when this is enabled, Clang will print something like:

^ // - -

When this is disabled, Clang will just print:

- -
-  test.c:28:8: warning: extra tokens at end of #endif directive [-Wextra-tokens]
-  #endif bad
-         ^
-         //
-
- -
-f[no-]color-diagnostics:
This option, which defaults to on when a color-capable terminal is detected, controls whether or not Clang prints diagnostics in color. When this option is enabled, Clang will use colors to highlight specific parts of the diagnostic, e.g., - +
+  test.c:28:8: warning: extra tokens at end of #endif directive [-Wextra-tokens]
+  #endif bad
+         ^
+         //
+
+ +

When this is disabled, Clang will just print:

+
-
-
' +
-f[no-]diagnostics-show-option: Enable [-Woption] information in diagnostic line.
-- 2.50.1