[PATCH] D52727: [clang-tidy] White List Option for performance-unnecessary-value-param, performance-unnecessary-copy-initialization and performance-for-range-copy

Balogh, Ádám via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 12 06:07:27 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL344340: [clang-tidy] White List Option for performance-unnecessary-value-param… (authored by baloghadamsoftware, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D52727?vs=168993&id=169383#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D52727

Files:
  clang-tools-extra/trunk/clang-tidy/performance/ForRangeCopyCheck.cpp
  clang-tools-extra/trunk/clang-tidy/performance/ForRangeCopyCheck.h
  clang-tools-extra/trunk/clang-tidy/performance/UnnecessaryCopyInitialization.cpp
  clang-tools-extra/trunk/clang-tidy/performance/UnnecessaryCopyInitialization.h
  clang-tools-extra/trunk/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
  clang-tools-extra/trunk/clang-tidy/performance/UnnecessaryValueParamCheck.h
  clang-tools-extra/trunk/clang-tidy/utils/Matchers.h
  clang-tools-extra/trunk/docs/clang-tidy/checks/performance-for-range-copy.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/performance-unnecessary-copy-initialization.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/performance-unnecessary-value-param.rst
  clang-tools-extra/trunk/test/clang-tidy/performance-for-range-copy-allowed-types.cpp
  clang-tools-extra/trunk/test/clang-tidy/performance-unnecessary-copy-initialization-allowed-types.cpp
  clang-tools-extra/trunk/test/clang-tidy/performance-unnecessary-value-param-allowed-types.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52727.169383.patch
Type: text/x-patch
Size: 20341 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181012/8900ac4b/attachment-0001.bin>


More information about the cfe-commits mailing list