From d86ec91342d4a46f13183881c7d3ed041df2d048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C5=91rinc?= Date: Tue, 3 Feb 2026 21:46:51 +0100 Subject: [PATCH] refactor: enable move-const-arg trivially-copyable check Now that the codebase is clean under this check, remove the override so clang-tidy will flag no-op `std::move()` calls on trivially copyable types. Co-authored-by: Andrew Toth --- src/.clang-tidy | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/.clang-tidy b/src/.clang-tidy index cd42491a1ec4..06786b86789c 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -36,8 +36,6 @@ WarningsAsErrors: '*' CheckOptions: - key: modernize-deprecated-headers.CheckHeaderFile value: false - - key: performance-move-const-arg.CheckTriviallyCopyableMove - value: false - key: bugprone-unhandled-self-assignment.WarnOnlyIfThisHasSuspiciousField value: false - key: bugprone-unused-return-value.CheckedReturnTypes