summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-01 13:59:31 +0200
committerDavid Robillard <d@drobilla.net>2020-08-02 01:48:48 +0200
commit2539411f2fd0f73b57bd3a8785e10228b32b3c93 (patch)
tree4c991c47e8e16ea914df0681359b2635dfbdd186 /.clang-tidy
parentce23400cbd8cbe8c6a8712ae2ecf88d1053ebc99 (diff)
downloadingen-2539411f2fd0f73b57bd3a8785e10228b32b3c93.tar.gz
ingen-2539411f2fd0f73b57bd3a8785e10228b32b3c93.tar.bz2
ingen-2539411f2fd0f73b57bd3a8785e10228b32b3c93.zip
Fix unnecessary copies in for loops
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 c714a9a4..141a0bc1 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -67,7 +67,6 @@ Checks: >
-modernize-use-default-member-init,
-modernize-use-trailing-return-type,
-modernize-use-using,
- -performance-for-range-copy,
-performance-no-automatic-move,
-performance-type-promotion-in-math-fn,
-performance-unnecessary-value-param,