From: Rui Ueyama Date: Thu, 6 Mar 2014 20:30:05 +0000 (+0000) Subject: [docs] s/cpp11-migrate/clang-modernize/ X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d388e943ae4abf3e7e6d666bfb4e24d0167d38c8;p=clang [docs] s/cpp11-migrate/clang-modernize/ git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203158 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ClangTools.rst b/docs/ClangTools.rst index f8a7c366db..419b63c164 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`` +``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;