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 518e0898 [clangd] Add "check-clangd" target new 7dff09c8 [clangd] exclude check-clangd from check-all, fix buildbot failure. new 5351cf68 [clang-tidy] Build it even without static analyzer
The 2 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 | 11 ++++++++++ clang-tidy/plugin/CMakeLists.txt | 7 +++++- clang-tidy/plugin/ClangTidyPlugin.cpp | 3 +++ clang-tidy/tool/CMakeLists.txt | 7 +++++- clang-tidy/tool/ClangTidyMain.cpp | 3 +++ docs/clang-tidy/index.rst | 4 ++++ test/CMakeLists.txt | 19 ++++++++--------- 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, 78 insertions(+), 38 deletions(-)