[PATCH] D72876: Create a clang-tidy check to warn when -dealloc is implemented inside an ObjC class category.

Dave MacLachlan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 16 14:15:31 PST 2020


dmaclach requested changes to this revision.
dmaclach added inline comments.
This revision now requires changes to proceed.


================
Comment at: clang-tools-extra/docs/clang-tidy/checks/objc-dealloc-in-categories.rst:10
+
+Classes implement ``-dealloc` to perform important actions just before an
+object is deallocated, but if a category on the class implements ``-dealloc``
----------------
Need an end quote on dealloc


Repository:
  rCTE Clang Tools Extra

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72876/new/

https://reviews.llvm.org/D72876





More information about the cfe-commits mailing list