hanchenye-llvm-project/clang-tools-extra/clang-tidy
Zinovy Nis 72bb9a65d6 Reland r356547 after fixing the YAML module missing issue.
[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/D5766

llvm-svn: 356649
2019-03-21 08:32:07 +00:00
..
abseil [clang-tidy] Add additional patterns to the abseil-duration-unnecessary-conversion check. 2019-03-14 13:38:16 +00:00
android Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
boost Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
bugprone [clang-tidy] Fix bugprone-string-constructor crash 2019-03-05 14:09:57 +00:00
cert Fix file headers. NFC 2019-03-01 09:52:53 +00:00
cppcoreguidelines Fix file headers. NFC 2019-03-01 09:52:53 +00:00
fuchsia Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
google [clang-tidy] Disable google-runtime-int in Objective-C++ 🔓 2019-03-20 23:05:00 +00:00
hicpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
llvm Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
misc [clang-tidy] misc-non-private-member-variables-in-classes: ignore implicit methods 2019-01-20 14:28:27 +00:00
modernize [clang-tidy] add OverrideMacro to modernize-use-override check 2019-02-28 20:00:48 +00:00
mpi Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
objc Update property prefix regex to allow numbers. 2019-02-20 17:32:41 +00:00
performance Fix file headers. NFC 2019-03-01 09:52:53 +00:00
plugin Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
portability Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
readability Fix file headers. NFC 2019-03-01 09:52:53 +00:00
tool Reland r356547 after fixing the YAML module missing issue. 2019-03-21 08:32:07 +00:00
utils Fix file headers. NFC 2019-03-01 09:52:53 +00:00
zircon Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CMakeLists.txt Add explicit dependency on clangSerialization after rC348911 2018-12-12 08:25:16 +00:00
ClangTidy.cpp [clang-tidy] Use getStripPluginsAdjuster 2019-01-21 10:10:18 +00:00
ClangTidy.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ClangTidyDiagnosticConsumer.cpp [clang-tidy] NOLINT support for "clang-diagnostic-*". 2019-03-12 16:11:46 +00:00
ClangTidyDiagnosticConsumer.h [clang-tidy] NOLINT support for "clang-diagnostic-*". 2019-03-12 16:11:46 +00:00
ClangTidyForceLinker.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ClangTidyModule.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ClangTidyModule.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ClangTidyModuleRegistry.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ClangTidyOptions.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ClangTidyOptions.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ClangTidyProfiling.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ClangTidyProfiling.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
add_new_check.py Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
rename_check.py Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00