summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/clang-analyzer-security.FloatLoopCounter.json
blob: 792f5b13dc020ed0ad77c5f1d91f0d73b3d3a65d (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "Variable 'x' with floating point type 'float' should not be used as a loop counter",
    "clang-analyzer-security.FloatLoopCounter"
  ],
  { "reliability": "high" }
]