Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-13 | .clang-tidy: enforce more checks | Klaus Aehlig | |
... to avoid regressing there. To be able to enable these checks also disable a false positive. | |||
2024-09-12 | .clang-tidy: update to newer version | Klaus Aehlig | |
In newer versions of clang-tidy, more checks were added while also more became warnings by default. Therefore, add an explicit WarningsAsErrors for some checks we're currently complying with in our sources, to avoid regressing there. Besides some tests where we're not there yet, we also have to disable some checks with too many false positives. | |||
2022-11-07 | Add configuration for clang-format and clang-tidy | Klaus Aehlig | |