18 lines
393 B
JSON
18 lines
393 B
JSON
[
|
|
[
|
|
"warning",
|
|
"string constructor parameters are probably swapped; expecting string(count, character)",
|
|
"bugprone-string-constructor"
|
|
],
|
|
[
|
|
"warning",
|
|
"length is bigger than string literal size",
|
|
"bugprone-string-constructor"
|
|
],
|
|
[
|
|
"warning",
|
|
"constructor creating an empty string",
|
|
"bugprone-string-constructor"
|
|
],
|
|
{ "reliability": "high" }
|
|
]
|