[clang-tools-extra] r180016 - The option is spelled -use-auto, not -loop-convert.
Eric Christopher
echristo at gmail.com
Mon Apr 22 07:39:47 PDT 2013
Author: echristo
Date: Mon Apr 22 09:39:46 2013
New Revision: 180016
URL: http://llvm.org/viewvc/llvm-project?rev=180016&view=rev
Log:
The option is spelled -use-auto, not -loop-convert.
Modified:
clang-tools-extra/trunk/docs/UseAutoTransform.rst
Modified: clang-tools-extra/trunk/docs/UseAutoTransform.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/UseAutoTransform.rst?rev=180016&r1=180015&r2=180016&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/UseAutoTransform.rst (original)
+++ clang-tools-extra/trunk/docs/UseAutoTransform.rst Mon Apr 22 09:39:46 2013
@@ -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++
More information about the cfe-commits
mailing list