Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable performance-inefficient-string-concatenation
Although it probably increases the performance, the fix has horrible syntax. Either you write a lot += on multiple lines, or you chain .append(). Chaining append is however a bit bothersome, because you need create an explicit copy for the first string.
- Loading branch information