summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/bugprone-macro-parentheses.json
blob: c50bf76cbddd8f99469c65ec1053608e074da5ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[
  [
    "warning",
    "macro replacement list should be enclosed in parentheses",
    "bugprone-macro-parentheses"
  ],
  [
    "warning",
    "macro replacement list should be enclosed in parentheses",
    "bugprone-macro-parentheses"
  ],
  [
    "warning",
    "macro argument should be enclosed in parentheses",
    "bugprone-macro-parentheses"
  ],
  [
    "warning",
    "macro argument should be enclosed in parentheses",
    "bugprone-macro-parentheses"
  ],
  [
    "warning",
    "macro argument should be enclosed in parentheses",
    "bugprone-macro-parentheses"
  ],
  { "reliability": "medium" }
]