Some work on clang-tidy-ing things up

This commit is contained in:
2025-03-07 00:00:43 +01:00
parent f0cccbe328
commit 636882316b
26 changed files with 151 additions and 134 deletions

View File

@ -13,3 +13,8 @@ Checks:
- "-*noexcept*"
- "-*-magic-numbers"
- "-*-named-parameter"
- "-misc-include-cleaner"
- "-google-runtime-int"
- "-bugprone-easily-swappable-parameters"
- "-*-signed-bitwise"
- "-*-avoid-do-while"