summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/bugprone-too-small-loop-variable.json
blob: 23f781936ceddba87d685b8c52c27c73286dc18f (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "loop variable has narrower type 'short' than iteration's upper bound 'long'",
    "bugprone-too-small-loop-variable"
  ],
  { "reliability": "high" }
]