Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-28 | Simplify clang-tidy configuration | David Robillard | 1 | -5/+1 | |
2021-12-17 | Suppress new warnings in clang-tidy 13 | David Robillard | 1 | -1/+2 | |
2021-08-28 | Suppress new clang-tidy warnings | David Robillard | 1 | -0/+4 | |
2021-05-28 | Remove static downcasts in C++ bindings | David Robillard | 1 | -2/+1 | |
2021-01-02 | Avoid "else" after "return" | David Robillard | 1 | -2/+0 | |
2021-01-02 | Fix clang-tidy warnings | David Robillard | 1 | -1/+5 | |
2020-11-22 | Suppress various clang-tidy warnings | David Robillard | 1 | -0/+7 | |
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-28 | Add Vulkan demos | David Robillard | 1 | -0/+11 | |
2020-10-21 | Use separate clang-tidy configurations in different directories | David Robillard | 1 | -0/+20 | |
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. |