summaryrefslogtreecommitdiffstats
path: root/src/.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.
2024-07-17Remove redundant castsDavid Robillard1-1/+0
2024-07-17Avoid return with void valueDavid Robillard1-1/+0
2024-07-17Remove unused local variableDavid Robillard1-1/+0
2024-07-17Suppress new warnings in clang and clang-tidy 18David Robillard1-0/+5
2023-05-12Suppress new clang-tidy warningsDavid Robillard1-0/+1
2022-09-27Simplify clang-tidy configurationDavid Robillard1-0/+29