Remove 'misc-pointer-and-integral-operation' clang-tidy check. The only cases
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 21 Oct 2016 21:50:28 +0000 (21:50 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 21 Oct 2016 21:50:28 +0000 (21:50 +0000)
commit00c03c5de7fd930da8fe1f9561037c4bc3987685
tree493daa3b6304bb450460f7458d8ac783935c10cc
parent5e83dfedb8d45a7c3ef3984757d5e071eb1f2a52
Remove 'misc-pointer-and-integral-operation' clang-tidy check. The only cases
it detects are ill-formed (some per C++ core issue 1512, others always have
been).

llvm-svn: 284888
clang-tools-extra/clang-tidy-vs/ClangTidy/Resources/ClangTidyChecks.yaml
clang-tools-extra/clang-tidy/misc/CMakeLists.txt
clang-tools-extra/clang-tidy/misc/MiscTidyModule.cpp
clang-tools-extra/clang-tidy/misc/PointerAndIntegralOperationCheck.cpp [deleted file]
clang-tools-extra/clang-tidy/misc/PointerAndIntegralOperationCheck.h [deleted file]
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/docs/clang-tidy/checks/misc-pointer-and-integral-operation.rst [deleted file]
clang-tools-extra/test/clang-tidy/misc-pointer-and-integral-operation-cxx98.cpp [deleted file]
clang-tools-extra/test/clang-tidy/misc-pointer-and-integral-operation.cpp [deleted file]