[PATCH] D17491: Add performance check to flag function parameters of expensive to copy types that can be safely converted to const references.

Felix Berger via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 28 19:47:53 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL264694: [clang-tidy] Add performance check to flag function parameters of expensive… (authored by flx).

Changed prior to commit:
  http://reviews.llvm.org/D17491?vs=51385&id=51869#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D17491

Files:
  clang-tools-extra/trunk/clang-tidy/performance/CMakeLists.txt
  clang-tools-extra/trunk/clang-tidy/performance/PerformanceTidyModule.cpp
  clang-tools-extra/trunk/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
  clang-tools-extra/trunk/clang-tidy/performance/UnnecessaryValueParamCheck.h
  clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/performance-unnecessary-value-param.rst
  clang-tools-extra/trunk/test/clang-tidy/performance-unnecessary-value-param.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17491.51869.patch
Type: text/x-patch
Size: 15851 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160329/0bce9b56/attachment-0001.bin>


More information about the cfe-commits mailing list