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 a5db362 Remove trailing spaces. new 790fb3a Revert "Remove trailing spaces." new efa60b6 Revert "MPITypeMismatchCheck for Clang-Tidy"
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: clang-tidy/CMakeLists.txt | 1 - clang-tidy/mpi/CMakeLists.txt | 15 - clang-tidy/mpi/MPITidyModule.cpp | 37 --- clang-tidy/mpi/TypeMismatchCheck.cpp | 328 --------------------- clang-tidy/mpi/TypeMismatchCheck.h | 52 ---- clang-tidy/plugin/CMakeLists.txt | 1 - clang-tidy/tool/CMakeLists.txt | 1 - clang-tidy/tool/ClangTidyMain.cpp | 5 - docs/clang-tidy/checks/list.rst | 1 - docs/clang-tidy/checks/mpi-type-mismatch.rst | 19 -- test/clang-tidy/Inputs/mpi-type-mismatch/mpimock.h | 62 ---- test/clang-tidy/mpi-type-mismatch.cpp | 254 ---------------- 12 files changed, 776 deletions(-) delete mode 100644 clang-tidy/mpi/CMakeLists.txt delete mode 100644 clang-tidy/mpi/MPITidyModule.cpp delete mode 100644 clang-tidy/mpi/TypeMismatchCheck.cpp delete mode 100644 clang-tidy/mpi/TypeMismatchCheck.h delete mode 100644 docs/clang-tidy/checks/mpi-type-mismatch.rst delete mode 100644 test/clang-tidy/Inputs/mpi-type-mismatch/mpimock.h delete mode 100644 test/clang-tidy/mpi-type-mismatch.cpp