forked from OSchip/llvm-project
[doc] Fix incorrect reference to clang-format -> clang-tidy
llvm-svn: 212755
This commit is contained in:
parent
40f842de9c
commit
0fcf3cce2b
clang-tools-extra/docs
|
@ -53,7 +53,7 @@ There are currently three groups of checks:
|
|||
* 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:
|
||||
|
|
Loading…
Reference in New Issue