]> granicus.if.org Git - clang/commit
Restore Objective-C dot-syntax access of methods.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 3 Sep 2008 01:05:41 +0000 (01:05 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 3 Sep 2008 01:05:41 +0000 (01:05 +0000)
commit2307d312f779b204468ac36aab3b153e66a853c0
tree99e80655ac9e5aa6f2d9087d240d79eda8e3afd1
parente66f4e3e3ae9d7d11b0c302211066fad69228aba
Restore Objective-C dot-syntax access of methods.
 - Now also searches for correct setter method.
 - There are still some issues regarding validation of the setter
   method and access of read-only properties.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55686 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/SemaObjC/property-6.m
test/SemaObjC/property-9-impl-method.m