summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-13 17:25:55 +0200
committerDavid Robillard <d@drobilla.net>2020-08-13 17:25:55 +0200
commit59d5056a65062ff2b46bcf477651e71f5d4984e0 (patch)
tree3ef5c355b26546355deb2f1b5ec8a713692b898c /.clang-tidy
parent8e31bb8064f5e2b2e0bfb8e9e6e5f85091e3a8bc (diff)
downloadzix-59d5056a65062ff2b46bcf477651e71f5d4984e0.tar.gz
zix-59d5056a65062ff2b46bcf477651e71f5d4984e0.tar.bz2
zix-59d5056a65062ff2b46bcf477651e71f5d4984e0.zip
Fix potential null pointer dereferences
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 17b9b27..84771ad 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -9,7 +9,6 @@ Checks: >
-cert-err34-c,
-cert-msc30-c,
-cert-msc50-cpp,
- -clang-analyzer-core.NullDereference,
-cppcoreguidelines-init-variables,
-google-readability-casting,
-hicpp-multiway-paths-covered,