[PATCH] D87455: [clang-tidy] performance-unnecessary-copy-initialization: Restrict UnnecessaryCopyInitialization check to variables initialized from free functions without arguments

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 15 05:47:10 PDT 2020


aaron.ballman closed this revision.
aaron.ballman added a comment.

In D87455#2271582 <https://reviews.llvm.org/D87455#2271582>, @flx wrote:

> Thank you for the review, Aaron!
>
> I don't have have commit access. Would you mind submitting it?

I've commit on your behalf in 98e07b5596c8692c43770bc4e21a2b19467e35f7 <https://reviews.llvm.org/rG98e07b5596c8692c43770bc4e21a2b19467e35f7>, thank you for the patch!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87455/new/

https://reviews.llvm.org/D87455



More information about the cfe-commits mailing list