[PATCH] D12287: Add replace-auto_ptr check.

Angel Garcia via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 24 09:05:04 PDT 2015


angelgarcia created this revision.
angelgarcia added a reviewer: alexfh.
angelgarcia added subscribers: cfe-commits, klimek.

Migrate replace-auto_ptr check from clang-modernize to modernize module in clang-tidy.

http://reviews.llvm.org/D12287

Files:
  clang-tidy/modernize/CMakeLists.txt
  clang-tidy/modernize/ModernizeTidyModule.cpp
  clang-tidy/modernize/ReplaceAutoPtrCheck.cpp
  clang-tidy/modernize/ReplaceAutoPtrCheck.h
  test/clang-tidy/Inputs/modernize-replace-auto-ptr/
  test/clang-tidy/Inputs/modernize-replace-auto-ptr/memory.h
  test/clang-tidy/modernize-replace-auto-ptr.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12287.32966.patch
Type: text/x-patch
Size: 26710 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150824/7106e47b/attachment-0001.bin>


More information about the cfe-commits mailing list