Skip to content

Commit 58c26dd

Browse files
committed
Add .clang-tidy
1 parent 0f2e9e6 commit 58c26dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.clang-tidy

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

0 commit comments

Comments
 (0)