trisquel-icecat/icecat/tools/clang-tidy/test/bugprone-argument-comment.json

13 lines
284 B
JSON

[
[
"warning",
"argument name 'y' in comment does not match parameter name 'x'",
"bugprone-argument-comment"
],
[
"warning",
"argument name 'z' in comment does not match parameter name 'y'",
"bugprone-argument-comment"
],
{ "reliability": "high" }
]