[PATCH] D61350: [clang-tidy] New check calling out uses of +new in Objective-C code

Stephane Moore via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 13 15:09:48 PDT 2019


stephanemoore accepted this revision.
stephanemoore added a comment.

I believe that all the feedback from @gribozavr has been addressed modulo one small nit. Once that nit has been addressed, I can land this.



================
Comment at: clang-tools-extra/clang-tidy/google/AvoidNSObjectNewCheck.h:19
+
+/// The check finds Objective-C code that uses +new to create object instances,
+/// or overrides +new in classes. Both are forbidden by Google's Objective-C
----------------
I believe @gribozavr recommended "This check".


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

https://reviews.llvm.org/D61350





More information about the cfe-commits mailing list