forked from OSchip/llvm-project
The option is spelled -use-auto, not -loop-convert.
llvm-svn: 180016
This commit is contained in:
parent
cc2cfe426d
commit
6cddedca72
|
@ -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++
|
||||
|
|
Loading…
Reference in New Issue