[clang-tools-extra] r277623 - [docs] fix typo in clang-rename docs
Kirill Bobyrev via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 3 11:15:08 PDT 2016
Author: omtcyfz
Date: Wed Aug 3 13:15:07 2016
New Revision: 277623
URL: http://llvm.org/viewvc/llvm-project?rev=277623&view=rev
Log:
[docs] fix typo in clang-rename docs
clang-rename is a refactoring tool, not "linter" tool. Fix typo in docs.
Modified:
clang-tools-extra/trunk/docs/clang-rename.rst
Modified: clang-tools-extra/trunk/docs/clang-rename.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-rename.rst?rev=277623&r1=277622&r2=277623&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-rename.rst (original)
+++ clang-tools-extra/trunk/docs/clang-rename.rst Wed Aug 3 13:15:07 2016
@@ -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
More information about the cfe-commits
mailing list