]> granicus.if.org Git - clang/commit
Improved fix for <rdar://problem/6247781> Parser rejecting properly mismatched proper...
authorSteve Naroff <snaroff@apple.com>
Tue, 30 Sep 2008 10:07:56 +0000 (10:07 +0000)
committerSteve Naroff <snaroff@apple.com>
Tue, 30 Sep 2008 10:07:56 +0000 (10:07 +0000)
commit3ce52d65339c49048ddad5080a0ea62e8ce7778c
tree4eb035ac1abc01279839b494f387a71978014ba0
parent86b76fcc78b98a5ff2029cc8e989a65442089cfc
Improved fix for <rdar://problem/6247781> Parser rejecting properly mismatched properties.
Needed to make sure the relaxed type checking only applies to "readonly" properties.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56838 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclObjC.cpp