]> granicus.if.org Git - clang/commit
objc - fixes a crash when undefined typed property
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 23 Sep 2011 23:11:38 +0000 (23:11 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 23 Sep 2011 23:11:38 +0000 (23:11 +0000)
commitbc2b91a8f682023acb6543257f7c08f68ea964ae
tree27a58510f0918d90f710417bf411f4e841703925
parent10904527359605a76561a49769a2199351a072d8
objc - fixes a crash when undefined typed property
followed by it implementation crashes when attempt
is made to access the synthesized ivar.
// rdar://10177744

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140432 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/SemaObjC/bad-property-synthesis-crash.m [new file with mode: 0644]