Implement ir gen. for setter/getter applied to 'super'
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 20 Mar 2009 17:22:23 +0000 (17:22 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 20 Mar 2009 17:22:23 +0000 (17:22 +0000)
commit8e5d23236ad05f9b18114d5486b3a3aeadf42e00
treebba3dd5413481b665a80bcdf7942ac8b2e884ba5
parente966d9ae3e2d0b021e6290f91fb90b28cf736d84
Implement ir gen. for setter/getter applied to 'super'
in a property dot-syntax notation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67382 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjC.cpp
test/CodeGenObjC/super-dotsyntax-property.m [new file with mode: 0644]