[PATCH] D22220: [clang-tidy] Add check 'misc-move-forwarding-reference'

Martin Böhme via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 30 05:19:35 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL280077: [clang-tidy] Add check 'misc-move-forwarding-reference' (authored by mboehme).

Changed prior to commit:
  https://reviews.llvm.org/D22220?vs=69665&id=69666#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D22220

Files:
  clang-tools-extra/trunk/clang-tidy/misc/CMakeLists.txt
  clang-tools-extra/trunk/clang-tidy/misc/MiscTidyModule.cpp
  clang-tools-extra/trunk/clang-tidy/misc/MoveForwardingReferenceCheck.cpp
  clang-tools-extra/trunk/clang-tidy/misc/MoveForwardingReferenceCheck.h
  clang-tools-extra/trunk/docs/ReleaseNotes.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/misc-move-forwarding-reference.rst
  clang-tools-extra/trunk/test/clang-tidy/misc-move-forwarding-reference.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22220.69666.patch
Type: text/x-patch
Size: 18138 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160830/5263543b/attachment-0001.bin>


More information about the cfe-commits mailing list