[PATCH] D57662: [clang-tidy] Parallelise clang-tidy-diff.py

Zinovy Nis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 11 03:01:10 PST 2019


zinovy.nis added a comment.

In D57662#1392509 <https://reviews.llvm.org/D57662#1392509>, @MyDeveloperDay wrote:

> Just a question.. If clang tidy is running with -fix in parallel, what stops each clang-tidy invocation altering a common header at the same time?


You are right. May be it worth disabling `-fix` for `j != 1`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57662/new/

https://reviews.llvm.org/D57662





More information about the cfe-commits mailing list