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

Michael Wyman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 13 15:09:51 PDT 2019


mwyman updated this revision to Diff 199338.
mwyman added a comment.

Update for comments


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

https://reviews.llvm.org/D61350

Files:
  clang-tools-extra/clang-tidy/google/AvoidNSObjectNewCheck.cpp
  clang-tools-extra/clang-tidy/google/AvoidNSObjectNewCheck.h
  clang-tools-extra/clang-tidy/google/CMakeLists.txt
  clang-tools-extra/clang-tidy/google/GoogleTidyModule.cpp
  clang-tools-extra/docs/ReleaseNotes.rst
  clang-tools-extra/docs/clang-tidy/checks/google-objc-avoid-nsobject-new.rst
  clang-tools-extra/docs/clang-tidy/checks/list.rst
  clang-tools-extra/test/clang-tidy/google-objc-avoid-nsobject-new.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61350.199338.patch
Type: text/x-patch
Size: 13659 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190513/94db6450/attachment-0001.bin>


More information about the cfe-commits mailing list