probably useless chore: update clang-tidy checks to include noexcept-related rules

This commit is contained in:
whaffman 2025-10-16 00:39:16 +02:00
parent 259d7f1371
commit 5efc48ff74

View File

@ -2,8 +2,11 @@ Checks: >
bugprone-*,
clang-analyzer-*,
cppcoreguidelines-*,
cppcoreguidelines-noexcept-move-operations,
modernize-*,
modernize-use-noexcept,
performance-*,
performance-noexcept-move-constructor,
readability-*,
-modernize-use-trailing-return-type,
-modernize-avoid-c-arrays,