Bug 1879449 [wpt PR 44489] - [wptrunner] Add `infrastructure/expected-fail/` test...
[gecko.git] / tools / clang-tidy / test / bugprone-switch-missing-default-case.json
blobf6c52b808a7260c8fa769e2afc5e67b414ee9805
2   [
3     "warning",
4     "switching on non-enum value without default case may not cover all cases",
5     "bugprone-switch-missing-default-case"
6   ],
7   { "reliability": "high" }