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

Stephane Moore via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 31 18:24:06 PST 2020


stephanemoore requested changes to this revision.
stephanemoore added a comment.
This revision now requires changes to proceed.

One last correction and I think that you're all set!



================
Comment at: clang-tools-extra/docs/clang-tidy/checks/list.rst:284
    `readability-redundant-smartptr-get <readability-redundant-smartptr-get.html>`_, "Yes"
-   `readability-redundant-string-cstr <readability-redundant-string-cstr.html>`_,
+   `readability-redundant-string-cstr <readability-redundant-string-cstr.html>`_, "Yes"
    `readability-redundant-string-init <readability-redundant-string-init.html>`_, "Yes"
----------------
Please revert this line.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72876





More information about the cfe-commits mailing list