summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/cppcoreguidelines-narrowing-conversions.json
blob: 9dca2590449a07f59ef04e3eed2dc82eb76c5d86 (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "narrowing conversion from 'double' to 'int'",
    "cppcoreguidelines-narrowing-conversions"
  ],
  { "reliability": "high" }
]