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
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to