summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/performance-for-range-copy.json
blob: 2082041aad033d661844962fb3a5d568a0be5196 (plain)
1
2
3
4
5
6
7
8
[
  [
    "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" }
]