[PATCH] D90042: [clang-tidy] performance-unnecessary-copy-initialization: Check for const reference arguments that are replaced template parameter type.
Felix Berger via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 16 12:35:02 PST 2020
flx added a comment.
In D90042#2397885 <https://reviews.llvm.org/D90042#2397885>, @aaron.ballman wrote:
> LGTM, thank you for the fix!
Thanks for helping track down the difference in our definition of std::function :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90042/new/
https://reviews.llvm.org/D90042
More information about the cfe-commits
mailing list