[PATCH] D157129: [NFC] Fix unnecessary copy with auto.

Tom Honermann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 8 09:16:07 PDT 2023


tahonermann requested changes to this revision.
tahonermann added a comment.

I agree with the analysis done by @steakhal. The static analyzer being used (which I'm not allowed to name) is being too noisy in these cases; it complains about every case where an object of class type is copied regardless of size. An issue has been reported to the static analysis vendor about this. These complaints from the static analyzer will need to be moderated until the vendor satisfactorily addresses the reported issue.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157129



More information about the cfe-commits mailing list