1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

Add misc-include-cleaner to .clang-tidy

This commit is contained in:
Farid Zakaria 2025-05-24 19:29:12 -07:00
parent 48ec472084
commit a0527da40e

View file

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