Updating cpp11-migrate transform list in ClangTools docs
authorEdwin Vane <edwin.vane@intel.com>
Tue, 9 Apr 2013 20:51:47 +0000 (20:51 +0000)
committerEdwin Vane <edwin.vane@intel.com>
Tue, 9 Apr 2013 20:51:47 +0000 (20:51 +0000)
Author: Philip Dunstan <phil@phildunstan.com>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179128 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ClangTools.rst

index b7f7c7b0462fad41e1e4387e2c843dbbf9bee824..39c3f5feb443d4befd2e6050b9872262e902de89 100644 (file)
@@ -100,7 +100,11 @@ Currently it can:
 
 * convert loops to range-based for loops;
 
-* convert null pointer constants (like ``NULL`` or ``0``) to C++11 ``nullptr``.
+* convert null pointer constants (like ``NULL`` or ``0``) to C++11 ``nullptr``;
+
+* replace the type specifier in variable declarations with the ``auto`` type specifier;
+
+* add the ``override`` specifier to applicable member functions.
 
 Extra Clang Tools
 =================