[PATCH] D114539: [clang-tidy] performance-unnecessary-copy-initialization: handle pointer containers.

Clement Courbet via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 25 00:27:31 PST 2021


courbet updated this revision to Diff 389667.
courbet added a comment.

Add more comments on the approach.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114539

Files:
  clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitialization.cpp
  clang-tools-extra/clang-tidy/utils/DeclRefExprUtils.cpp
  clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-copy-initialization.cpp
  clang-tools-extra/unittests/clang-tidy/DeclRefExprUtilsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114539.389667.patch
Type: text/x-patch
Size: 22526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211125/c7d25b3d/attachment-0001.bin>


More information about the cfe-commits mailing list