diff options
| author | Eric Christopher <echristo@gmail.com> | 2013-04-22 14:39:46 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2013-04-22 14:39:46 +0000 |
| commit | 6cddedca72e236a377eeb12eca6f2632723b4bbf (patch) | |
| tree | abbed4256e4c869e7a2aefd587014d1e1ea749a4 | |
| parent | cc2cfe426da1f4dc0178960ba94f7e02bf64f381 (diff) | |
| download | bcm5719-llvm-6cddedca72e236a377eeb12eca6f2632723b4bbf.tar.gz bcm5719-llvm-6cddedca72e236a377eeb12eca6f2632723b4bbf.zip | |
The option is spelled -use-auto, not -loop-convert.
llvm-svn: 180016
| -rw-r--r-- | clang-tools-extra/docs/UseAutoTransform.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/UseAutoTransform.rst b/clang-tools-extra/docs/UseAutoTransform.rst index 80904a62bdf..a322f512981 100644 --- a/clang-tools-extra/docs/UseAutoTransform.rst +++ b/clang-tools-extra/docs/UseAutoTransform.rst @@ -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++ |

