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 3e4193d6 [cxx2a] Fix warning triggered by r343285 new 1f9ec52e Allow clang-tidy to be built without a dependency on the clan [...]
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, 72 insertions(+), 38 deletions(-)