[PATCH] D13071: [PATCH] New checker for mismatched operator new/operator delete definitions

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 28 08:15:06 PDT 2015


aaron.ballman updated this revision to Diff 35872.
aaron.ballman added a comment.

Added documentation, fixed else after return.

~Aaron


http://reviews.llvm.org/D13071

Files:
  clang-tidy/misc/CMakeLists.txt
  clang-tidy/misc/MiscTidyModule.cpp
  clang-tidy/misc/NewDeleteOverloadsCheck.cpp
  clang-tidy/misc/NewDeleteOverloadsCheck.h
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/checks/misc-new-delete-overloads.rst
  test/clang-tidy/misc-new-delete-overloads-sized-dealloc.cpp
  test/clang-tidy/misc-new-delete-overloads.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13071.35872.patch
Type: text/x-patch
Size: 16010 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150928/993c92d2/attachment-0001.bin>


More information about the cfe-commits mailing list