diff options
Diffstat (limited to 'tools/clang-tidy/test/bugprone-multiple-statement-macro.json')
-rw-r--r-- | tools/clang-tidy/test/bugprone-multiple-statement-macro.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/clang-tidy/test/bugprone-multiple-statement-macro.json b/tools/clang-tidy/test/bugprone-multiple-statement-macro.json new file mode 100644 index 0000000000..86c5f0f9f4 --- /dev/null +++ b/tools/clang-tidy/test/bugprone-multiple-statement-macro.json @@ -0,0 +1 @@ +[["warning", "multiple statement macro used without braces; some statements will be unconditionally executed", "bugprone-multiple-statement-macro"]]
\ No newline at end of file |