You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
76
77
77
78
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).
78
79
The messages are redirected into `clang-tidy.log`.
0 commit comments