Bug 1846030 [wpt PR 41229] - CloseWatcher: factor out and expand Esc key tests, a...
[gecko.git] / tools / clang-tidy / test / performance-implicit-conversion-in-loop.json
blobd9bcb1e00a47708ee1b25d713bc1664daf6f82f5
2   [
3     "warning",
4     "the type of the loop variable 'foo' is different from the one returned by the iterator and generates an implicit conversion; you can either change the type to the matching one ('const SimpleClass &' but 'const auto&' is always a valid option) or remove the reference to make it explicit that you are creating a new value",
5     "performance-implicit-conversion-in-loop"
6   ],
7   { "reliability": "high" }