trisquel-icecat/icecat/tools/clang-tidy/test/performance-for-range-copy.json

8 lines
218 B
JSON

[
[
"warning",
"the loop variable's type is not a reference type; this creates a copy in each iteration; consider making this a reference",
"performance-for-range-copy"
],
{ "reliability": "high" }
]