[PATCH] D26041: [clang-tidy] Extend misc-use-after-move to support unique_ptr and shared_ptr.

Martin Böhme via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 2 10:44:27 PDT 2016


This revision was automatically updated to reflect the committed changes.
mboehme marked 2 inline comments as done.
Closed by commit rL285842: [clang-tidy] Extend misc-use-after-move to support unique_ptr and shared_ptr. (authored by mboehme).

Changed prior to commit:
  https://reviews.llvm.org/D26041?vs=76655&id=76740#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D26041

Files:
  clang-tools-extra/trunk/clang-tidy/misc/UseAfterMoveCheck.cpp
  clang-tools-extra/trunk/docs/clang-tidy/checks/misc-use-after-move.rst
  clang-tools-extra/trunk/test/clang-tidy/misc-use-after-move.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26041.76740.patch
Type: text/x-patch
Size: 10796 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161102/9d97a03a/attachment-0001.bin>


More information about the cfe-commits mailing list