From 1fe0d72eb6aef12148be0b37d73cf31fbd5f9ca0 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 24 Sep 2018 17:28:25 -0400 Subject: clang-tidy: exclude 'misc-noexcept-move-constructor' Our installation is producing false positives on move constructors and assignment operators that are clearly marked `noexcept`. --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-tidy b/.clang-tidy index 8d79b0c..ebe3c20 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -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,\ -- cgit v0.12