1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00
nix/.clang-tidy
2025-05-27 09:21:59 -07:00

5 lines
No EOL
140 B
YAML

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