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:


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to