[PATCH] D52727: [clang-tidy] White List Option for performance-unnecessary-value-param, performance-unnecessary-copy-initialization and performance-for-range-copy
Balogh, Ádám via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 12 05:53:43 PDT 2018
baloghadamsoftware added a comment.
In https://reviews.llvm.org/D52727#1261901, @JonasToth wrote:
> LG in principle, just the SmallVec thing could be done if you agree. I don't insist on it, but it looks like a performance benefit to me.
I principally agree, but then I also have to duplicate the string list parser function in the options to make it work on `SmallVector` as well.
https://reviews.llvm.org/D52727
More information about the cfe-commits
mailing list