forked from OSchip/llvm-project
[docs] fix typo in clang-rename docs
clang-rename is a refactoring tool, not "linter" tool. Fix typo in docs. llvm-svn: 277623
This commit is contained in:
parent
623afbdbd7
commit
f9e2f4410e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue