This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang-tools-extra.
from 1f9ec52e Allow clang-tidy to be built without a dependency on the clan [...] new a8a63d51 Reverting r343415 as it breaks at least one of the bots.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: CMakeLists.txt | 2 ++ clang-tidy/CMakeLists.txt | 13 +++--------- clang-tidy/ClangTidy.cpp | 10 --------- clang-tidy/plugin/CMakeLists.txt | 7 +----- clang-tidy/plugin/ClangTidyPlugin.cpp | 2 -- clang-tidy/tool/CMakeLists.txt | 7 +----- clang-tidy/tool/ClangTidyMain.cpp | 2 -- docs/clang-tidy/index.rst | 4 ---- test/CMakeLists.txt | 16 ++++++++------ test/clang-tidy/enable-alpha-checks.cpp | 2 -- test/clang-tidy/mpi-buffer-deref.cpp | 1 - test/clang-tidy/mpi-type-mismatch.cpp | 1 - test/clang-tidy/nolint.cpp | 1 - test/clang-tidy/read_file_config.cpp | 1 - test/clang-tidy/static-analyzer-config.cpp | 1 - test/clang-tidy/static-analyzer.cpp | 1 - test/clang-tidy/temporaries.cpp | 1 - test/lit.cfg | 34 ++++++++++++++++-------------- unittests/CMakeLists.txt | 4 +++- 19 files changed, 38 insertions(+), 72 deletions(-)