Skip to content
Snippets Groups Projects
Commit d388e943 authored by Rui Ueyama's avatar Rui Ueyama
Browse files

[docs] s/cpp11-migrate/clang-modernize/

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203158 91177308-0d34-0410-b5e6-96231b3b80d8
parent fae87267
No related branches found
No related tags found
No related merge requests found
...@@ -93,9 +93,9 @@ as a user tool (ideally with powerful IDE integrations) and as part of other ...@@ -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 refactoring tools, e.g. to do a reformatting of all the lines changed during a
renaming. 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: Currently it can:
* convert loops to range-based for loops; * convert loops to range-based for loops;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment