]> granicus.if.org Git - clang/commit
ObjectiveC. Fixes a bug where an 'unused property ivar'
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 11 Dec 2013 00:53:48 +0000 (00:53 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 11 Dec 2013 00:53:48 +0000 (00:53 +0000)
commitdf8869aea9fc10da35e9ca704d09c0e83746edb8
tree7728b2e01ae6b4afa38f5dcdc64032d7344d37a8
parent1b13cb921bef73e32d20405ea4cc8520cd635f5a
ObjectiveC. Fixes a bug where  an 'unused property ivar'
warning is coming out incorrectly too early
becuase of unrelated scope pop. // rdar://15630719

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196989 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Scope.h
lib/Sema/SemaDeclObjC.cpp
test/SemaObjC/unsued-backing-ivar-warning.m