From c6057cb3c790596747118307d81407c40f90eac4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 27 Sep 2022 18:38:28 -0400 Subject: Pass by value and use std::move --- .clang-tidy | 1 - 1 file changed, 1 deletion(-) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 675fcd52..b37bdd94 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -20,7 +20,6 @@ Checks: > -llvmlibc-*, -misc-unused-parameters, -modernize-concat-nested-namespaces, - -modernize-pass-by-value, -modernize-use-nodiscard, -modernize-use-trailing-return-type, -readability-identifier-length, -- cgit v1.2.1