Add .clang-tidy

This commit is contained in:
Robert Hensing 2024-02-01 01:01:39 +01:00
parent 0f2e9e6bd2
commit 58c26dd0f0
1 changed files with 3 additions and 0 deletions

3
.clang-tidy Normal file
View File

@ -0,0 +1,3 @@
# We use pointers to aggregates in a couple of places, intentionally.
# void * would look weird.
Checks: '-bugprone-sizeof-expression'