Skip to content

Commit 081cfb8

Browse files
committed
Mention run-clang-tidy
1 parent b14471c commit 081cfb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/tools/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ parallel "clang-tidy --fix -checks=-*,misc-include-cleaner {}; echo \"{} \$?\""
7373
```
7474

7575
The [`parallel`](https://www.gnu.org/software/parallel/) command is used to parallelise the execution of the `clang-tidy` command for all files.
76+
Alternatively, you can use the [`run-clang-tidy`](https://clang.llvm.org/extra/clang-tidy/#running-clang-tidy-in-parallel) script to parallelise the `clang-tidy` invocations.
7677

7778
For each file, `clang-tidy` will first try to compile it and then run the enabled check(s) and fix found problems (the `--fix` option).
7879
The messages are redirected into `clang-tidy.log`.

0 commit comments

Comments
 (0)