summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/bugprone-swapped-arguments.json
blob: 44c8093e52c876bb57dfe4bdaf80130ce2af5f0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[
  [
    "warning",
    "argument with implicit conversion from 'double' to 'int' followed by argument converted from 'int' to 'double', potentially swapped arguments.",
    "bugprone-swapped-arguments"
  ],
  [
    "warning",
    "argument with implicit conversion from 'int' to 'double' followed by argument converted from 'double' to 'int', potentially swapped arguments.",
    "bugprone-swapped-arguments"
  ],
  [
    "warning",
    "argument with implicit conversion from 'int' to 'double' followed by argument converted from 'double' to 'int', potentially swapped arguments.",
    "bugprone-swapped-arguments"
  ],
  [
    "warning",
    "argument with implicit conversion from 'double' to 'int' followed by argument converted from 'int' to 'double', potentially swapped arguments.",
    "bugprone-swapped-arguments"
  ],
  { "reliability": "high" }
]