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++


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to