[PATCH] D106173: [clang-tidy] performance-unnecessary-copy-initialization: Create option to exclude container types from triggering the check.

Felix Berger via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 22 13:21:12 PDT 2021


This revision was automatically updated to reflect the committed changes.
flx marked an inline comment as done.
Closed by commit rGcb4c12b6117a: [clang-tidy] performance-unnecessary-copy-initialization: Create option to… (authored by flx).

Changed prior to commit:
  https://reviews.llvm.org/D106173?vs=360865&id=360951#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106173

Files:
  clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitialization.cpp
  clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitialization.h
  clang-tools-extra/docs/clang-tidy/checks/performance-unnecessary-copy-initialization.rst
  clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-copy-initialization-excluded-container-types.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106173.360951.patch
Type: text/x-patch
Size: 10097 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210722/aee5be34/attachment.bin>


More information about the cfe-commits mailing list