summaryrefslogtreecommitdiffstats
path: root/tests/.clang-tidy
AgeCommit message (Collapse)AuthorFilesLines
2024-07-17Avoid C-style casts and some size type conversionsDavid Robillard1-1/+0
Aside from the syntactic cast changes, reduces some size types to 32-bits, since they can never be so large in practice. This eliminates some type conversions and shaves a few bytes.
2023-08-23Suppress clang-tidy header guard warnings in private codeDavid Robillard1-0/+1
2022-09-27Simplify clang-tidy configurationDavid Robillard1-0/+16