Adding -final-syntax-check to cpp11-migrate user docs

llvm-svn: 176758
This commit is contained in:
Edwin Vane 2013-03-09 03:38:20 +00:00
parent e4e7c24efc
commit bdcd1350c1
1 changed files with 11 additions and 4 deletions

View File

@ -26,10 +26,6 @@ with the same requirements as other tools built on LibTooling.
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