From 6cddedca72e236a377eeb12eca6f2632723b4bbf Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 22 Apr 2013 14:39:46 +0000 Subject: [PATCH] The option is spelled -use-auto, not -loop-convert. llvm-svn: 180016 --- clang-tools-extra/docs/UseAutoTransform.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang-tools-extra/docs/UseAutoTransform.rst b/clang-tools-extra/docs/UseAutoTransform.rst index 80904a62bdf2..a322f512981c 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++