blob: 8c7223db6d761f817c5ab30af3e9c971c92f1558 (
plain)
1
2
3
4
5
6
7
8
|
[
[
"warning",
"string concatenation results in allocation of unnecessary temporary strings; consider using 'operator+=' or 'string::append()' instead",
"performance-inefficient-string-concatenation"
],
{ "reliability": "high" }
]
|