]> granicus.if.org Git - clang/commit
Warn if direct accessing synthesized ivar backing the property in
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 17 Nov 2010 19:41:23 +0000 (19:41 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 17 Nov 2010 19:41:23 +0000 (19:41 +0000)
commitde2676076ba218b5c09a88ac26dd86cc97a9d02e
tree21d82775d5c9a280bb520a8ef355ce14b33253aa
parent47d512c337d06376d56beeb7eccc7c581ed5ff57
Warn if direct accessing synthesized ivar backing the property in
nonofragile-abi2. Fixes //rdar://8673791

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119543 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaExpr.cpp
test/SemaObjC/direct-synthesized-ivar-access.m [new file with mode: 0644]