]> granicus.if.org Git - clang/commit
Code gen for aggregate-valued properties and a test case.
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 26 Nov 2008 22:36:09 +0000 (22:36 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 26 Nov 2008 22:36:09 +0000 (22:36 +0000)
commit6010bca98a617a40951561c380a89afd261fb0ac
tree7bd80524abc090c201036c7ac88d31b8a409aac5
parent44802cc435d5122701e4f1a9354381cff4b171c0
Code gen for aggregate-valued properties and a test case.

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