]> granicus.if.org Git - clang/commit
Fix <rdar://problem/6257645> clang static analyzer crashes when encountering blocks...
authorSteve Naroff <snaroff@apple.com>
Tue, 21 Oct 2008 18:21:45 +0000 (18:21 +0000)
committerSteve Naroff <snaroff@apple.com>
Tue, 21 Oct 2008 18:21:45 +0000 (18:21 +0000)
commit2bd03723e7a8c982ce7b35115f5cc8755aa7091c
tree0beeb673b23897222793d33f05e925c8a36ecddf
parent0165b0c09ef1f25d1818868a632f3565a677953d
Fix <rdar://problem/6257645> clang static analyzer crashes when encountering blocks as objects

ASTContext::isObjCObjectPointerType() needs to consider blocks as objects.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57913 91177308-0d34-0410-b5e6-96231b3b80d8
test/SemaObjC/property-10.m