aboutsummaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
AgeCommit message (Collapse)AuthorFilesLines
2021-01-02Fix clang-tidy warningsDavid Robillard1-0/+2
2020-11-22Suppress various clang-tidy warningsDavid Robillard1-0/+4
These libc-specific warnings are a new level, even for LLVM. Using an opt-out style for this is probably not going to last.
2020-10-21Use separate clang-tidy configurations in different directoriesDavid Robillard1-0/+10
This allows more fine-grained control. In particular, it prevents mistaked from creeping in to the public headers or core implementation because of warnings that are disabled for the tests and examples. This keeps the code that is used in other projects as clean as possible.