summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/bugprone-misplaced-widening-cast.json
blob: bd0d9f2c004f8ba50db2f2572e5fe46a02a2c27e (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "either cast from 'int' to 'long' is ineffective, or there is loss of precision before the conversion",
    "bugprone-misplaced-widening-cast"
  ],
  { "reliability": "high" }
]