refactor: make linter happy

also add a few unused coprocessor instructions

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-09-14 01:07:41 +05:30
parent 387f3c8f07
commit 3cf5cbd024
19 changed files with 394 additions and 240 deletions

8
.clang-tidy Normal file
View File

@@ -0,0 +1,8 @@
Checks: '
, clang-analyzer-*
, cppcoreguidelines-*
, -cppcoreguidelines-avoid-magic-numbers
, -cppcoreguidelines-pro-bounds-constant-array-index
, -cppcoreguidelines-macro-usage
, -cppcoreguidelines-avoid-const-or-ref-data-members
'