aboutsummaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
AgeCommit message (Collapse)AuthorFilesLines
2023-11-11Suppress new warnings in clang-tidy 16David Robillard1-1/+2
2023-01-04Clean up licensing metadataDavid Robillard1-0/+3
2022-10-07Simplify clang-tidy configurationDavid Robillard1-8/+1
2022-10-07Suppress new warnings in clang-tidy 14David Robillard1-0/+2
2022-06-28Simplify clang-tidy configurationDavid Robillard1-2/+0
2022-04-23Move reserved platform defines from code to build systemDavid Robillard1-1/+0
Numerous things warn about this, and it's generally a bad idea to put these in the code since it can result in incompatibly compiled code being linked together. Unfortunately this makes building manually (without the build system) more fiddly, but such is life.
2021-12-17Suppress new warnings in clang-tidy 13David Robillard1-1/+1
2021-08-28Suppress new clang-tidy warningsDavid Robillard1-0/+3
2021-05-28Remove static downcasts in C++ bindingsDavid Robillard1-1/+0
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.