trisquel-icecat/icecat/tools/clang-tidy/test/bugprone-too-small-loop-variable.json

8 lines
178 B
JSON

[
[
"warning",
"loop variable has narrower type 'short' than iteration's upper bound 'long'",
"bugprone-too-small-loop-variable"
],
{ "reliability": "high" }
]