Age | Commit message (Collapse) | Author |
|
Enable performance-no-automatic-move check.
|
|
...proposed by clang-tidy.
Enable bugprone-inc-dec-in-conditions check.
|
|
...proposed by clang-tidy.
Enable bugprone-assignment-in-if-condition check.
|
|
... to avoid regressing there. To be able to enable these
checks also disable a false positive.
|
|
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.
|
|
|