aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
AgeCommit message (Expand)AuthorFilesLines
2023-09-22Suppress new warnings in clang-tidy 16David Robillard1-0/+2
2023-02-03Suppress/fix new warnings in clang-tidy 15David Robillard1-0/+3
2022-12-12Strengthen clang-tidy configurationDavid Robillard1-3/+5
2022-08-17Switch to meson build systemDavid Robillard1-2/+1
2022-08-17Suppress new warnings in clang and clang-tidy 14David Robillard1-3/+2
2022-08-17Use C++14David Robillard1-4/+0
2022-05-30Suppress clang-tidy warnings from C included in C++David Robillard1-0/+5
2022-05-27Use "auto" to avoid repeating type namesDavid Robillard1-1/+0
2022-05-27Use braced init listsDavid Robillard1-1/+0
2022-05-27Avoid "typedef" in C++David Robillard1-1/+0
2022-05-27Avoid "else" after "return"David Robillard1-1/+0
2022-05-27Suppress new warnings in clang-tidy 13David Robillard1-1/+5
2021-01-02Suppress clang-tidy C11 warningsDavid Robillard1-0/+1
2020-12-14Avoid use of strcat()David Robillard1-1/+0
2020-12-14Explicitly delete unused special member functionsDavid Robillard1-1/+0
2020-12-14Make member variable privateDavid Robillard1-1/+0
2020-12-14Use C++-style includeDavid Robillard1-1/+0
2020-12-14Add missing member initializationDavid Robillard1-1/+0
2020-12-14Don't use C casts in C++ codeDavid Robillard1-1/+0
2020-12-14Don't declare default argumentsDavid Robillard1-1/+0
2020-12-14Use explicit constructorsDavid Robillard1-2/+0
2020-12-14Fix inconsistent parameter nameDavid Robillard1-1/+0
2020-12-14Isolate variable declarationsDavid Robillard1-1/+0
2020-12-14Fix unused parameter warningsDavid Robillard1-1/+0
2020-12-14Use the appropriate math functions for the operand precisionDavid Robillard1-1/+0
2020-12-14Remove meaningless const qualifiers in declarationsDavid Robillard1-1/+0
2020-12-14Initialize all variablesDavid Robillard1-1/+0
2020-12-14Add a clang-tidy configurationDavid Robillard1-0/+53