| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
We disabled this in commit 1fe0d72eb6 (clang-tidy: exclude
'misc-noexcept-move-constructor', 2018-09-24) due to false positives.
Restore it and use a NOLINT comment to suppress them instead.
|
|
|
|
|
| |
Our installation is producing false positives on move constructors
and assignment operators that are clearly marked `noexcept`.
|
|
|
|
|
| |
We still support compiling CMake on VS 2013 that does not support
`noexcept`, so disable the clang-tidy diagnostic for now.
|
|
|
|
|
|
|
| |
Due to many occurrences and as I am not sure about the coding guide lines
in regards to this, I blacklist it.
Signed-off-by: Matthias Maennich <matthias@maennich.net>
|
|
|
|
| |
Signed-off-by: Matthias Maennich <matthias@maennich.net>
|
|
|
|
|
| |
Fix remaining diagnostics by this lint and remove it from our list of
disabled lints.
|
| |
|
| |
|
| |
|
|
|