]> granicus.if.org Git - clang/commit
ir-gen support for class getter/setter call
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 10 Mar 2009 18:03:11 +0000 (18:03 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 10 Mar 2009 18:03:11 +0000 (18:03 +0000)
commit3523d4f59eb0aa1f200dcb943093ecfe75008735
treed87fe28137732cfc503a472f3eec963e07faff85
parent4a77edb3f0fabc8e214a3d5636c4d0aff031645c
ir-gen support for class getter/setter call
using property dot-syntax.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66556 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ExprObjC.h
lib/CodeGen/CGObjC.cpp
test/CodeGenObjC/class-getter-dotsyntax.m [new file with mode: 0644]