summaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
AgeCommit message (Collapse)AuthorFilesLines
2023-05-02Simplify clang-tidy configurationDavid Robillard1-29/+2
This gets close to being clean when run via meson, except for a bug where clang-diagnostic-unused-macros triggers on include guards.
2022-11-15Fix clang-tidy configurationDavid Robillard1-1/+0
2022-09-08Use 0BSD for trivial "public domain intent" thingsDavid Robillard1-1/+1
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway.
2022-07-20Replace repeated type by braced init listDavid Robillard1-1/+0
2022-07-20Use nodiscard attributeDavid Robillard1-1/+0
2022-07-20Adopt REUSE machine-readable licensing standardDavid Robillard1-0/+3
2022-07-20Use uppercase integer literal suffixesDavid Robillard1-1/+0
2022-07-14Update clang-tidy and IWYU configuration for clang 14David Robillard1-0/+8
2021-03-15Clean up clang-tidy configurationDavid Robillard1-4/+1
2021-01-02Use std::all_ofDavid Robillard1-1/+0
2021-01-02Suppress warnings about redundant "override"David Robillard1-0/+6
2020-12-19Clean up special member functionsDavid Robillard1-1/+0
2020-12-19Suppress warnings with older clang-tidyDavid Robillard1-4/+1
2020-12-19Avoid "else" after "return"David Robillard1-2/+0
2020-12-16Fix build with older GCCDavid Robillard1-1/+3
This reverts commit 57602cd13969d72cfae284bccdeee1ac6bf15c1e.
2020-12-14Suppress new clang-tidy warningsDavid Robillard1-0/+5
2020-11-12Use separate clang-tidy configurations for headers and testsDavid Robillard1-0/+31