clang-tidy: fix performance-no-automatic-move warnings

This commit is contained in:
Ben Boeckel
2021-01-27 08:45:44 -05:00
parent 3a0d40bf8c
commit 4f396e6528
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -17,7 +17,6 @@ modernize-*,\
-modernize-use-trailing-return-type,\
-modernize-use-transparent-functors,\
performance-*,\
-performance-no-automatic-move,\
-performance-trivially-destructible,\
readability-*,\
-readability-convert-member-functions-to-static,\