diff options
| author | Kirill Bobyrev <omtcyfz@gmail.com> | 2016-08-03 18:15:07 +0000 |
|---|---|---|
| committer | Kirill Bobyrev <omtcyfz@gmail.com> | 2016-08-03 18:15:07 +0000 |
| commit | f9e2f4410e93245154ab55380def6ef4678a4c64 (patch) | |
| tree | 423d328d10d28eae14a1ab43d283c000753938e2 | |
| parent | 623afbdbd7d130cb89708ca1913adfb1e9f0ff65 (diff) | |
| download | bcm5719-llvm-f9e2f4410e93245154ab55380def6ef4678a4c64.tar.gz bcm5719-llvm-f9e2f4410e93245154ab55380def6ef4678a4c64.zip | |
[docs] fix typo in clang-rename docs
clang-rename is a refactoring tool, not "linter" tool. Fix typo in docs.
llvm-svn: 277623
| -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 |

