]> granicus.if.org Git - clang/commit
This patch corrects problem in searching for a setter/getter method for
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 2 Dec 2008 00:19:12 +0000 (00:19 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 2 Dec 2008 00:19:12 +0000 (00:19 +0000)
commitb85cce6498c8c1c20f701571d85a3b2fe53338eb
tree6fb5fa22255c996c9882554e3bf2016313432600
parentadcac8824a9cff13f1ef61a69e38c1041cba12ee
This patch corrects problem in searching for a setter/getter method for
a property. Previous scheme of seaching in interface's list of methods
would not work because this list is not yet constructed. This is in preparation
for doing semantic check on viability of setter/getter method declarations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60386 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
lib/AST/DeclObjC.cpp
lib/Sema/SemaDeclObjC.cpp