summaryrefslogtreecommitdiff
path: root/docs/ClangTools.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ClangTools.rst')
-rw-r--r--docs/ClangTools.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ClangTools.rst b/docs/ClangTools.rst
index f8a7c366dbaf..8957541c2504 100644
--- a/docs/ClangTools.rst
+++ b/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``
-~~~~~~~~~~~~~~~~~
-``cpp11-migrate`` migrates C++ code to use C++11 features where appropriate.
+``clang-modernize``
+~~~~~~~~~~~~~~~~~~~
+``clang-modernize`` migrates C++ code to use C++11 features where appropriate.
Currently it can:
* convert loops to range-based for loops;