The option is spelled -use-auto, not -loop-convert.

llvm-svn: 180016
This commit is contained in:
Eric Christopher 2013-04-22 14:39:46 +00:00
parent cc2cfe426d
commit 6cddedca72
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Use-Auto Transform
The Use-Auto Transform is responsible for using the ``auto`` type specifier for
variable declarations to *improve code readability and maintainability*. The
transform is enabled with the :option:`-loop-convert` option of
transform is enabled with the :option:`-use-auto` option of
:program:`cpp11-migrate`. For example:
.. code-block:: c++