diff options
author | David Robillard <d@drobilla.net> | 2020-08-01 14:32:23 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-08-02 01:48:48 +0200 |
commit | cfee0cd7d2a704153df73449be38fcef60b958eb (patch) | |
tree | 097f83c2c95c985ae55a2a8b501e4cf60a8d5f21 /.clang-tidy | |
parent | a9450b3903b93a5d86c1295d12a4786791186361 (diff) | |
download | ingen-cfee0cd7d2a704153df73449be38fcef60b958eb.tar.gz ingen-cfee0cd7d2a704153df73449be38fcef60b958eb.tar.bz2 ingen-cfee0cd7d2a704153df73449be38fcef60b958eb.zip |
Fix suppressed automatic moves
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy index 65678a11..badd2fd1 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-no-automatic-move, -performance-unnecessary-value-param, -portability-simd-intrinsics, -readability-avoid-const-params-in-decls, |