summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-14 21:22:26 +0100
committerDavid Robillard <d@drobilla.net>2020-12-14 22:04:29 +0100
commit6d82745afdeff69ace846e0c10bf95b3362e1c03 (patch)
treeb66360dc8d7a54be45f6487dd93599adc65950c9 /.clang-tidy
parentcba264d3555e2741665693da416f9649b8cc3a49 (diff)
downloadingen-6d82745afdeff69ace846e0c10bf95b3362e1c03.tar.gz
ingen-6d82745afdeff69ace846e0c10bf95b3362e1c03.tar.bz2
ingen-6d82745afdeff69ace846e0c10bf95b3362e1c03.zip
Don't check for null before deleting pointer
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 fab3069e..8f602116 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -64,7 +64,6 @@ Checks: >
-performance-unnecessary-value-param,
-portability-simd-intrinsics,
-readability-convert-member-functions-to-static,
- -readability-delete-null-pointer,
-readability-implicit-bool-conversion,
-readability-use-anyofallof,
WarningsAsErrors: '*'