summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/bugprone-multiple-statement-macro.json
blob: 81c3dc89e5bc3c977eeaab30f10a99fce431cf05 (plain)
1
2
3
4
5
6
7
[
  [
    "warning",
    "multiple statement macro used without braces; some statements will be unconditionally executed",
    "bugprone-multiple-statement-macro"
  ]
]