[PATCH] D26453: [clang-tidy] Remove duplicated check from move-constructor-init

Malcolm Parsons via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 17 12:33:44 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL290051: [clang-tidy] Remove duplicated check from move-constructor-init (authored by malcolm.parsons).

Changed prior to commit:
  https://reviews.llvm.org/D26453?vs=78867&id=81849#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D26453

Files:
  clang-tools-extra/trunk/clang-tidy/cert/CERTTidyModule.cpp
  clang-tools-extra/trunk/clang-tidy/misc/MoveConstructorInitCheck.cpp
  clang-tools-extra/trunk/clang-tidy/misc/MoveConstructorInitCheck.h
  clang-tools-extra/trunk/clang-tidy/modernize/PassByValueCheck.cpp
  clang-tools-extra/trunk/clang-tidy/modernize/PassByValueCheck.h
  clang-tools-extra/trunk/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
  clang-tools-extra/trunk/docs/ReleaseNotes.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/misc-move-constructor-init.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-pass-by-value.rst
  clang-tools-extra/trunk/test/clang-tidy/misc-move-constructor-init.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26453.81849.patch
Type: text/x-patch
Size: 14563 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161217/b12c5fef/attachment-0001.bin>


More information about the cfe-commits mailing list