summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/performance-noexcept-move-constructor.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/clang-tidy/test/performance-noexcept-move-constructor.json')
-rw-r--r--tools/clang-tidy/test/performance-noexcept-move-constructor.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/clang-tidy/test/performance-noexcept-move-constructor.json b/tools/clang-tidy/test/performance-noexcept-move-constructor.json
new file mode 100644
index 0000000000..94823b9ed5
--- /dev/null
+++ b/tools/clang-tidy/test/performance-noexcept-move-constructor.json
@@ -0,0 +1,13 @@
+[
+ [
+ "warning",
+ "move constructors should be marked noexcept",
+ "performance-noexcept-move-constructor"
+ ],
+ [
+ "warning",
+ "move assignment operators should be marked noexcept",
+ "performance-noexcept-move-constructor"
+ ],
+ { "reliability": "high" }
+]