diff options
author | David Robillard <d@drobilla.net> | 2022-09-16 17:36:30 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-09-16 22:31:06 -0400 |
commit | d4584ffcc12df81a1b6e002233350a7850f84895 (patch) | |
tree | be21dc3c51514ae9401ee3f7715ea5841286289a /.clang-tidy | |
parent | 8697e134aeac0318e6686d785113f0763cbc3c1c (diff) | |
download | chilbert-d4584ffcc12df81a1b6e002233350a7850f84895.tar.gz chilbert-d4584ffcc12df81a1b6e002233350a7850f84895.tar.bz2 chilbert-d4584ffcc12df81a1b6e002233350a7850f84895.zip |
Fix incorrect use of std::move
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 a941ce1..f2608a1 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -12,7 +12,6 @@ Checks: > -*-use-auto, -altera-*, -bugprone-easily-swappable-parameters, - -bugprone-move-forwarding-reference, -cert-oop54-cpp, -cppcoreguidelines-init-variables, -cppcoreguidelines-owning-memory, |