r203158 - [docs] s/cpp11-migrate/clang-modernize/
Rui Ueyama
ruiu at google.com
Thu Mar 6 12:30:05 PST 2014
Author: ruiu
Date: Thu Mar 6 14:30:05 2014
New Revision: 203158
URL: http://llvm.org/viewvc/llvm-project?rev=203158&view=rev
Log:
[docs] s/cpp11-migrate/clang-modernize/
Modified:
cfe/trunk/docs/ClangTools.rst
Modified: cfe/trunk/docs/ClangTools.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ClangTools.rst?rev=203158&r1=203157&r2=203158&view=diff
==============================================================================
--- cfe/trunk/docs/ClangTools.rst (original)
+++ cfe/trunk/docs/ClangTools.rst Thu Mar 6 14:30:05 2014
@@ -93,9 +93,9 @@ as a user tool (ideally with powerful ID
refactoring tools, e.g. to do a reformatting of all the lines changed during a
renaming.
-``cpp11-migrate``
+``clang-modernize``
~~~~~~~~~~~~~~~~~
-``cpp11-migrate`` migrates C++ code to use C++11 features where appropriate.
+``clang-modernize`` migrates C++ code to use C++11 features where appropriate.
Currently it can:
* convert loops to range-based for loops;
More information about the cfe-commits
mailing list