summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/readability-redundant-preprocessor.json
blob: e3b7fb4ce16f150c69f6451d61d441a07fa7bfd1 (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "nested redundant #ifdef; consider removing it",
    "readability-redundant-preprocessor"
  ],
  { "reliability": "high" }
]