summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy-vs
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-10-21 21:50:28 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-10-21 21:50:28 +0000
commit411975ea3d2c39720743534a74d765e92c711b96 (patch)
tree66f74922adebdf019a9628067c718d32e2d16d3a /clang-tools-extra/clang-tidy-vs
parentcf472ee0fc49ae99c0fb6acd05c857b337c5030d (diff)
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).
Diffstat (limited to 'clang-tools-extra/clang-tidy-vs')
-rw-r--r--clang-tools-extra/clang-tidy-vs/ClangTidy/Resources/ClangTidyChecks.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang-tools-extra/clang-tidy-vs/ClangTidy/Resources/ClangTidyChecks.yaml b/clang-tools-extra/clang-tidy-vs/ClangTidy/Resources/ClangTidyChecks.yaml
index fc16d234f05..d35e81d9694 100644
--- a/clang-tools-extra/clang-tidy-vs/ClangTidy/Resources/ClangTidyChecks.yaml
+++ b/clang-tools-extra/clang-tidy-vs/ClangTidy/Resources/ClangTidyChecks.yaml
@@ -239,10 +239,6 @@ Checks:
Description:
Name: misc-non-copyable-objects
- Category: Miscellaneous
- Label: Suspicious pointer / integer operations
- Description:
- Name: misc-pointer-and-integral-operation
- - Category: Miscellaneous
Label: Find redundant expressions
Description:
Name: misc-redundant-expression