[cfe-commits] r171952 - /cfe/trunk/docs/UsersManual.rst

Nico Weber nicolasweber at gmx.de
Tue Jan 8 21:06:41 PST 2013


Author: nico
Date: Tue Jan  8 23:06:41 2013
New Revision: 171952

URL: http://llvm.org/viewvc/llvm-project?rev=171952&view=rev
Log:
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.


Modified:
    cfe/trunk/docs/UsersManual.rst

Modified: cfe/trunk/docs/UsersManual.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/UsersManual.rst?rev=171952&r1=171951&r2=171952&view=diff
==============================================================================
--- cfe/trunk/docs/UsersManual.rst (original)
+++ cfe/trunk/docs/UsersManual.rst Tue Jan  8 23:06:41 2013
@@ -334,13 +334,12 @@
 
 .. _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:
 
    ::
 





More information about the cfe-commits mailing list