1
0
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:
Brad King
2018-09-24 17:28:25 -04:00
parent 03ffd442bd
commit 1fe0d72eb6

View File

@@ -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,\