[clang-tools-extra] r212755 - [doc] Fix incorrect reference to clang-format -> clang-tidy
Tobias Grosser
tobias at grosser.es
Thu Jul 10 11:59:25 PDT 2014
Author: grosser
Date: Thu Jul 10 13:59:25 2014
New Revision: 212755
URL: http://llvm.org/viewvc/llvm-project?rev=212755&view=rev
Log:
[doc] Fix incorrect reference to clang-format -> clang-tidy
Modified:
clang-tools-extra/trunk/docs/clang-tidy.rst
Modified: clang-tools-extra/trunk/docs/clang-tidy.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy.rst?rev=212755&r1=212754&r2=212755&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy.rst Thu Jul 10 13:59:25 2014
@@ -53,7 +53,7 @@ There are currently three groups of chec
* Clang static analyzer checks are named starting with ``clang-analyzer-``.
-The ``-fix`` flag instructs :program:`clang-format` to fix found errors if
+The ``-fix`` flag instructs :program:`clang-tidy` to fix found errors if
supported by corresponding checks.
An overview of all the command-line options:
More information about the cfe-commits
mailing list