summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-27 17:58:04 +0100
committerDavid Robillard <d@drobilla.net>2020-11-27 21:42:52 +0100
commitc9201b59713f400c72f5a160c2e858987d466351 (patch)
tree9156af05a44d811cbd62dd3bbf5ce9fe83ecf876 /.clang-tidy
parent63ea7bd21da8204f7fe5ab9caaf54028cf7cb40c (diff)
downloadpatchage-c9201b59713f400c72f5a160c2e858987d466351.tar.gz
patchage-c9201b59713f400c72f5a160c2e858987d466351.tar.bz2
patchage-c9201b59713f400c72f5a160c2e858987d466351.zip
Use default for empty destructor
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 1dd6c2c..2207251 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -9,7 +9,6 @@ Checks: >
-*-special-member-functions,
-*-unused-macros,
-*-uppercase-literal-suffix,
- -*-use-equals-default,
-*-use-override,
-*-vararg,
-bugprone-branch-clone,