summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/bugprone-integer-division.json
blob: 95c43fc8e0a7dfb04419ca972ed6464649f7e733 (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "result of integer division used in a floating point context; possible loss of precision",
    "bugprone-integer-division"
  ],
  { "reliability": "high" }
]