]> granicus.if.org Git - clang/commit
[analyzer] teach AnalysisDeclContext::getSelfDecl() about blocks that capture the...
authorTed Kremenek <kremenek@apple.com>
Mon, 14 Nov 2011 19:36:08 +0000 (19:36 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 14 Nov 2011 19:36:08 +0000 (19:36 +0000)
commitccf1bfde160c03c677ba530c9dcb77365a9c2d7b
tree0a0249f4ad9dbf22ba732bb99af7c57f615a63a6
parentbf97947c4c467e72b97f8623f84c9bccb03e9448
[analyzer] teach AnalysisDeclContext::getSelfDecl() about blocks that capture the 'self' variable of the enclosing ObjC method decl.  Fixes <rdar://problem/10380300>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144556 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/AnalysisDeclContext.cpp
test/Analysis/misc-ps.m