]> granicus.if.org Git - clang/commit
Synthesize property setter method as we do for getter.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 26 Aug 2008 02:32:45 +0000 (02:32 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 26 Aug 2008 02:32:45 +0000 (02:32 +0000)
commit4d7da2f4a39adcc2ea211fb30600fabde4f3a0b1
treefddd36e47c0ae4341469136aacd5ec8e6cb2bad3
parenta56f7460baf475151e03b1249a1343349328e39c
Synthesize property setter method as we do for getter.
 - Also, fix Parser to construct proper SetterName selector (should be
   lifted out of parser though).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55352 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclObjC.cpp
lib/Parse/ParseObjc.cpp