]> granicus.if.org Git - clang/commit
objective-C: When implementing custom accessor method for
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 14 Feb 2013 19:07:19 +0000 (19:07 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 14 Feb 2013 19:07:19 +0000 (19:07 +0000)
commit26202291b161f8598c0c342cba12c6552e44d44c
tree28002014819230f52e08411caa739e5200c9f9a4
parent697a68590a75f5cd2326c8f686a6c666b51688b6
objective-C: When implementing custom accessor method for
a property, the -Wdirect-ivar-access should not warn when
accessing the property's synthesized instance variable.
// rdar://13142820

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175195 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprMember.cpp
lib/Sema/SemaObjCProperty.cpp
test/SemaObjC/warn-direct-ivar-access.m