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 ce95fe5 [clang-tidy] Don't use a SmallSetVector of an enum. new 0615438 Remove 'misc-pointer-and-integral-operation' clang-tidy check [...]
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: .../ClangTidy/Resources/ClangTidyChecks.yaml | 4 - clang-tidy/misc/CMakeLists.txt | 1 - clang-tidy/misc/MiscTidyModule.cpp | 3 - .../misc/PointerAndIntegralOperationCheck.cpp | 104 --------------------- clang-tidy/misc/PointerAndIntegralOperationCheck.h | 35 ------- docs/clang-tidy/checks/list.rst | 1 - .../checks/misc-pointer-and-integral-operation.rst | 24 ----- .../misc-pointer-and-integral-operation-cxx98.cpp | 45 --------- .../misc-pointer-and-integral-operation.cpp | 30 ------ 9 files changed, 247 deletions(-) delete mode 100644 clang-tidy/misc/PointerAndIntegralOperationCheck.cpp delete mode 100644 clang-tidy/misc/PointerAndIntegralOperationCheck.h delete mode 100644 docs/clang-tidy/checks/misc-pointer-and-integral-operation.rst delete mode 100644 test/clang-tidy/misc-pointer-and-integral-operation-cxx98.cpp delete mode 100644 test/clang-tidy/misc-pointer-and-integral-operation.cpp