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

Martin Böhme via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 5 00:55:01 PDT 2016


mboehme updated this revision to Diff 66914.
mboehme marked 2 inline comments as done.
mboehme added a comment.

Renamed canReferToDecl to hasAnyDeclaration.

      

This is for consistency with the corresponding change in https://reviews.llvm.org/D23004.


https://reviews.llvm.org/D22220

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22220.66914.patch
Type: text/x-patch
Size: 16215 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160805/e22b70e3/attachment-0001.bin>


More information about the cfe-commits mailing list