mirror of
https://github.com/reactos/CMake.git
synced 2024-11-23 11:39:48 +00:00
clang-tidy: exclude 'misc-noexcept-move-constructor'
Our installation is producing false positives on move constructors and assignment operators that are clearly marked `noexcept`.
This commit is contained in:
parent
03ffd442bd
commit
1fe0d72eb6
@ -5,6 +5,7 @@ misc-*,\
|
||||
-misc-incorrect-roundings,\
|
||||
-misc-macro-parentheses,\
|
||||
-misc-misplaced-widening-cast,\
|
||||
-misc-noexcept-move-constructor,\
|
||||
-misc-static-assert,\
|
||||
modernize-*,\
|
||||
-modernize-deprecated-headers,\
|
||||
|
Loading…
Reference in New Issue
Block a user