[PATCH] D27535: [analyzer] Add ObjCPropertyChecker - check for autosynthesized copy-properties of mutable types.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 12 06:59:03 PST 2016


NoQ updated this revision to Diff 81083.
NoQ added a comment.

- Fix crashes on checking properties in categories.
- Address both comments.


https://reviews.llvm.org/D27535

Files:
  include/clang/StaticAnalyzer/Checkers/Checkers.td
  lib/StaticAnalyzer/Checkers/CMakeLists.txt
  lib/StaticAnalyzer/Checkers/ObjCPropertyChecker.cpp
  test/Analysis/ObjCPropertiesSyntaxChecks.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27535.81083.patch
Type: text/x-patch
Size: 7899 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161212/f9e77935/attachment-0001.bin>


More information about the cfe-commits mailing list