mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08: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:
@@ -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,\
|
||||
|
Reference in New Issue
Block a user