[clang-tools-extra] r176758 - Adding -final-syntax-check to cpp11-migrate user docs

Edwin Vane edwin.vane at intel.com
Fri Mar 8 19:38:20 PST 2013


Author: revane
Date: Fri Mar  8 21:38:20 2013
New Revision: 176758

URL: http://llvm.org/viewvc/llvm-project?rev=176758&view=rev
Log:
Adding -final-syntax-check to cpp11-migrate user docs


Modified:
    clang-tools-extra/trunk/docs/cpp11-migrate.rst

Modified: clang-tools-extra/trunk/docs/cpp11-migrate.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/cpp11-migrate.rst?rev=176758&r1=176757&r2=176758&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/cpp11-migrate.rst (original)
+++ clang-tools-extra/trunk/docs/cpp11-migrate.rst Fri Mar  8 21:38:20 2013
@@ -26,10 +26,6 @@ with the same requirements as other tool
 Command Line Options
 --------------------
 
-.. option:: -fatal-assembler-warnings
-
-  Treat all compiler warnings as errors.
-
 .. option:: -help
 
   Displays tool usage instructions and command line options.
@@ -79,6 +75,17 @@ Command Line Options
   The meaning of risk is handled differently for each transform. See
   :ref:`transform documentation <transforms>` for details.
 
+.. option:: -final-syntax-check
+ 
+  After applying the final transform to a file, parse the file to ensure the
+  last transform did not introduce syntax errors. Syntax errors introduced by
+  earlier transforms are already caught when subsequent transforms parse the
+  file.
+
+.. option:: -fatal-assembler-warnings
+
+  Treat all compiler warnings as errors.
+
 
 .. option:: -version
 





More information about the cfe-commits mailing list