commit | 1bf65c8c0ded4f72039008f617700eeda2171259 | [log] [tgz] |
---|---|---|
author | Devin Coughlin <dcoughlin@apple.com> | Wed Mar 01 01:47:37 2017 +0000 |
committer | Devin Coughlin <dcoughlin@apple.com> | Wed Mar 01 01:47:37 2017 +0000 |
tree | 4f711802ae7e316ea62c2e58689deabc3a95e678 | |
parent | 1ad881c3e46d17178342bd238c44bd1f35a570a8 [diff] |
[Analyzer] Fix crash in ObjCPropertyChecker on protocol property Fix a crash in the ObjCPropertyChecker when analyzing a 'copy' property of an NSMutable* type in a protocol. rdar://problem/30766684 Differential Revision: https://reviews.llvm.org/D30482 llvm-svn: 296562