]> granicus.if.org Git - clang/commit
Objective-C properties. Fixes a crash in Sema where RHS of
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 6 Mar 2014 00:34:05 +0000 (00:34 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 6 Mar 2014 00:34:05 +0000 (00:34 +0000)
commit47a43526f5dc54337348fa55b9b5524d47872c1c
tree7d961582530cc78b40f2cd0d9673bd033c095bd2
parent8762737b6a4e12a600066fbde654aa9f05cd2048
Objective-C properties. Fixes a crash in Sema where RHS of
the property assignment is an lvalue for an incomplete type.
// rdar://15118128. Reviewed offline by John McCall.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203043 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaPseudoObject.cpp
test/CodeGenObjCXX/property-lvalue-capture.mm [new file with mode: 0644]