diff options
Diffstat (limited to 'tools/clang-tidy/test/performance-noexcept-move-constructor.json')
-rw-r--r-- | tools/clang-tidy/test/performance-noexcept-move-constructor.json | 1 |
1 files changed, 1 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..7e2a4e1b3d --- /dev/null +++ b/tools/clang-tidy/test/performance-noexcept-move-constructor.json @@ -0,0 +1 @@ +[["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"}]
\ No newline at end of file |