[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 09:37:08 PDT 2015
aaron.ballman updated this revision to Diff 35881.
aaron.ballman added a comment.
Addressing review comments.
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.35881.patch
Type: text/x-patch
Size: 16692 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150928/09e61ed3/attachment-0001.bin>
More information about the cfe-commits
mailing list