blob: d9bcb1e00a47708ee1b25d713bc1664daf6f82f5 (
plain)
1
2
3
4
5
6
7
8
|
[
[
"warning",
"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",
"performance-implicit-conversion-in-loop"
],
{ "reliability": "high" }
]
|