summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-01 15:20:45 +0200
committerDavid Robillard <d@drobilla.net>2020-08-02 01:48:48 +0200
commit4ef41be9596cf997cd80175cfc7de2074a182d0d (patch)
tree33388d991953b7d1fae5a953e0fa08b545e99a41 /.clang-tidy
parentdbb38be5ccda387ef458583b5a85c03b59a5e05c (diff)
downloadingen-4ef41be9596cf997cd80175cfc7de2074a182d0d.tar.gz
ingen-4ef41be9596cf997cd80175cfc7de2074a182d0d.tar.bz2
ingen-4ef41be9596cf997cd80175cfc7de2074a182d0d.zip
Use auto with casts and allocations to remove redundancy
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy2
1 files changed, 0 insertions, 2 deletions
diff --git a/.clang-tidy b/.clang-tidy
index f3b3a33f..ca52cb1a 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -8,10 +8,8 @@ Checks: >
-*narrowing-conversions,
-*noexcept-move*,
-*non-private-member-variables-in-classes,
- -*qualified-auto,
-*special-member-functions,
-*uppercase-literal-suffix,
- -*use-auto,
-*use-equals-default,
-*use-equals-delete,
-*use-override,