aboutsummaryrefslogtreecommitdiff
path: root/.clang-tidy
AgeCommit message (Collapse)Author
2022-09-21.clang-tidy: drop readability-qualified-autoAlexey 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 warningAlexey 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-22More .clang-tidy tweaksAlexey Rusakov
2022-06-21.clang-tidy: drop some dubious noisy warningsAlexey Rusakov
2022-06-14Add .clang-tidy fileAlexey Rusakov
[skip ci]