summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/bugprone-switch-missing-default-case.json
blob: f6c52b808a7260c8fa769e2afc5e67b414ee9805 (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "switching on non-enum value without default case may not cover all cases",
    "bugprone-switch-missing-default-case"
  ],
  { "reliability": "high" }
]