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

Zinovy Nis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 3 11:30:00 PST 2019


zinovy.nis created this revision.
zinovy.nis added reviewers: alexfh, ehsan.
zinovy.nis added a project: clang-tools-extra.
Herald added subscribers: cfe-commits, xazax.hun.
Herald added a reviewer: serge-sans-paille.
Herald added a project: clang.

This patch has 2 rationales:

- large patches lead to long command lines and often cause max command line length restrictions imposed by OS;
- clang-tidy runs are independent and can be done in parallel, the same as done for run-clang-tidy.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D57662

Files:
  clang-tidy/tool/clang-tidy-diff.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57662.184969.patch
Type: text/x-patch
Size: 5430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190203/8f54fd1d/attachment.bin>


More information about the cfe-commits mailing list