]> granicus.if.org Git - clang/commit
Fix <rdar://problem/6239726> Parser rejects: type of property 'list' does not match...
authorSteve Naroff <snaroff@apple.com>
Thu, 16 Oct 2008 14:59:30 +0000 (14:59 +0000)
committerSteve Naroff <snaroff@apple.com>
Thu, 16 Oct 2008 14:59:30 +0000 (14:59 +0000)
commit4fa4ab67dd9aa12752e1fa1421d9f4f7c937dec7
tree2cf1b6b11480a2566662b255369e34e52e33d087
parenta179be34c1a3c0190e6b9e39dee2197651f44a5d
Fix <rdar://problem/6239726> Parser rejects: type of property 'list' does not match type of ivar
and
http://llvm.org/bugs/show_bug.cgi?id=2893

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