Bug 1879449 [wpt PR 44489] - [wptrunner] Add `infrastructure/expected-fail/` test...
[gecko.git] / tools / clang-tidy / test / performance-for-range-copy.json
blob2082041aad033d661844962fb3a5d568a0be5196
2   [
3     "warning",
4     "the loop variable's type is not a reference type; this creates a copy in each iteration; consider making this a reference",
5     "performance-for-range-copy"
6   ],
7   { "reliability": "high" }