aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2013-01-09 05:06:41 +0000
committerNico Weber <nicolasweber@gmx.de>2013-01-09 05:06:41 +0000
commit727d0d00fcd3f0aafb1dcfe362e2877b9aba8c53 (patch)
tree819afa3287cc0a7b3b52e24561008f4a4983de5e
parent4a5984cc6d176d8356529e7e5aee4856088d79f0 (diff)
Don't mention -fno-diagnostics-print-source-range-info in manual.
Clang doesn't understand it. If someone wants to teach clang about that flag instead, please also add support for -fno-diagnostics-parseable-fixits for consistency. Until then, let the documentation match the current behavior. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171952 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/UsersManual.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/UsersManual.rst b/docs/UsersManual.rst
index 1c6e9673cf..eb17eedb7b 100644
--- a/docs/UsersManual.rst
+++ b/docs/UsersManual.rst
@@ -334,13 +334,12 @@ output format of the diagnostics that it generates.
.. _opt_fdiagnostics-print-source-range-info:
-**-f[no-]diagnostics-print-source-range-info**
+**-fdiagnostics-print-source-range-info**
Print machine parsable information about source ranges.
- This option, which defaults to off, controls whether or not Clang
- prints information about source ranges in a machine parsable format
- after the file/line/column number information. The information is a
- simple sequence of brace enclosed ranges, where each range lists the
- start and end line/column locations. For example, in this output:
+ This option makes Clang print information about source ranges in a machine
+ parsable format after the file/line/column number information. The
+ information is a simple sequence of brace enclosed ranges, where each range
+ lists the start and end line/column locations. For example, in this output:
::