summaryrefslogtreecommitdiffstats
path: root/clang/docs
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2014-03-06 20:30:05 +0000
committerRui Ueyama <ruiu@google.com>2014-03-06 20:30:05 +0000
commit1987d52691c5e686c67e7ec1b336d1f788f9cc94 (patch)
tree40d8d68324ab4d86087d23eaa8100c13c3bbd2a0 /clang/docs
parentc845c00a5b0fba33ef1eab4fd72e70fe3a211f7d (diff)
downloadbcm5719-llvm-1987d52691c5e686c67e7ec1b336d1f788f9cc94.tar.gz
bcm5719-llvm-1987d52691c5e686c67e7ec1b336d1f788f9cc94.zip
[docs] s/cpp11-migrate/clang-modernize/
llvm-svn: 203158
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/ClangTools.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/ClangTools.rst b/clang/docs/ClangTools.rst
index f8a7c366dba..419b63c164f 100644
--- a/clang/docs/ClangTools.rst
+++ b/clang/docs/ClangTools.rst
@@ -93,9 +93,9 @@ as a user tool (ideally with powerful IDE integrations) and as part of other
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;
OpenPOWER on IntegriCloud