Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-21 | .clang-tidy: drop readability-qualified-auto | Alexey Rusakov | |
Too many suggestions to add, e.g., * in places where it may eventually be a smart pointer. [skip ci] | |||
2022-06-22 | .clang-tidy: drop another rather useless warning | Alexey Rusakov | |
'performance-no-automatic-move' triggers on code where copy elision normally takes place anyway. In fact, all cases it triggered on were also subject to named return value optimisation (NRVO). [skip ci] | |||
2022-06-22 | More .clang-tidy tweaks | Alexey Rusakov | |
2022-06-21 | .clang-tidy: drop some dubious noisy warnings | Alexey Rusakov | |
2022-06-14 | Add .clang-tidy file | Alexey Rusakov | |
[skip ci] |