[PATCH] D25898: [clang-tidy] Enhance modernize-make-unique to handle unique_ptr.reset()

Malcolm Parsons via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 31 08:57:38 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL285589: [clang-tidy] Enhance modernize-make-unique to handle unique_ptr.reset() (authored by malcolm.parsons).

Changed prior to commit:
  https://reviews.llvm.org/D25898?vs=76418&id=76419#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D25898

Files:
  clang-tools-extra/trunk/clang-tidy/modernize/MakeSmartPtrCheck.cpp
  clang-tools-extra/trunk/clang-tidy/modernize/MakeSmartPtrCheck.h
  clang-tools-extra/trunk/docs/ReleaseNotes.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-make-shared.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-make-unique.rst
  clang-tools-extra/trunk/test/clang-tidy/modernize-make-shared.cpp
  clang-tools-extra/trunk/test/clang-tidy/modernize-make-unique.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25898.76419.patch
Type: text/x-patch
Size: 23478 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161031/45eb26b7/attachment-0001.bin>


More information about the cfe-commits mailing list