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 '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"
],
[
"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"
],
{ "reliability": "high" }
]
|