diff options
| -rw-r--r-- | clang-tools-extra/docs/clang-rename.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang-tools-extra/docs/clang-rename.rst b/clang-tools-extra/docs/clang-rename.rst index 5c34a32c2f9..d49b6f0776d 100644 --- a/clang-tools-extra/docs/clang-rename.rst +++ b/clang-tools-extra/docs/clang-rename.rst @@ -10,9 +10,9 @@ See also: :maxdepth: 1 -:program:`clang-rename` is a clang-based C++ "linter" tool. Its purpose is to -perform efficient renaming actions in large-scale projects such as renaming -classes, functions, variables, arguments, namespaces etc. +:program:`clang-rename` is a C++ refactoring tool. Its purpose is to perform +efficient renaming actions in large-scale projects such as renaming classes, +functions, variables, arguments, namespaces etc. The tool is in a very early development stage, so you might encounter bugs and crashes. Submitting reports with information about how to reproduce the issue |

