summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/bugprone-multiple-statement-macro.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/clang-tidy/test/bugprone-multiple-statement-macro.json')
-rw-r--r--tools/clang-tidy/test/bugprone-multiple-statement-macro.json7
1 files changed, 7 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..81c3dc89e5
--- /dev/null
+++ b/tools/clang-tidy/test/bugprone-multiple-statement-macro.json
@@ -0,0 +1,7 @@
+[
+ [
+ "warning",
+ "multiple statement macro used without braces; some statements will be unconditionally executed",
+ "bugprone-multiple-statement-macro"
+ ]
+]