trisquel-icecat/icecat/tools/clang-tidy/test/performance-inefficient-vector-operation.json

8 lines
210 B
JSON

[
[
"warning",
"'push_back' is called inside a loop; consider pre-allocating the container capacity before the loop",
"performance-inefficient-vector-operation"
],
{ "reliability": "high" }
]