[PATCH] D72876: Create a clang-tidy check to warn when -dealloc is implemented inside an ObjC class category.
Michael Wyman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 6 10:49:13 PST 2020
mwyman updated this revision to Diff 242947.
mwyman marked an inline comment as done.
mwyman added a comment.
Make check class `final`, based on feedback.`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72876/new/
https://reviews.llvm.org/D72876
Files:
clang-tools-extra/clang-tidy/objc/CMakeLists.txt
clang-tools-extra/clang-tidy/objc/DeallocInCategoryCheck.cpp
clang-tools-extra/clang-tidy/objc/DeallocInCategoryCheck.h
clang-tools-extra/clang-tidy/objc/ObjCTidyModule.cpp
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/docs/clang-tidy/checks/objc-dealloc-in-category.rst
clang-tools-extra/test/clang-tidy/checkers/objc-dealloc-in-category.m
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72876.242947.patch
Type: text/x-patch
Size: 8985 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200206/8a8bc708/attachment.bin>
More information about the cfe-commits
mailing list