Revert rL356547 : [clang-tidy] Cosmetic fix
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 20 Mar 2019 13:24:33 +0000 (13:24 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 20 Mar 2019 13:24:33 +0000 (13:24 +0000)
commit2b70dcd2efa3bcf518d15db9dbd272aaa2b11cd6
tree8192fc77a2fc40f80bd06b030d719ebc010468fe
parent51f65171e9b977522800229d64dcc0528c27a2a7
Revert rL356547 : [clang-tidy] Cosmetic fix
Differential Revision: https://reviews.llvm.org/D57662
........
[clang-tidy] Parallelize clang-tidy-diff.py

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 on modified files are independent and can be done in parallel, the same as done for run-clang-tidy.

Differential Revision: https://reviews.llvm.org/D57662
........
Reverted to fix buildbot: http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/45547/steps/test/logs/stdio

llvm-svn: 356553
clang-tools-extra/clang-tidy/tool/clang-tidy-diff.py