diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ClangTools.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/ClangTools.rst b/docs/ClangTools.rst index b7f7c7b046..39c3f5feb4 100644 --- a/docs/ClangTools.rst +++ b/docs/ClangTools.rst @@ -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 ================= |