summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/performance-inefficient-vector-operation.json
blob: d3e9e769d28a25fece60726e8936d893b643e751 (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "'push_back' is called inside a loop; consider pre-allocating the container capacity before the loop",
    "performance-inefficient-vector-operation"
  ],
  { "reliability": "high" }
]