[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
Fri Oct 23 06:57:49 PDT 2020


flx added a comment.

I should note that I was only able to reproduce the false positive with the actual implementation std::function and not our fake version here.


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