]> granicus.if.org Git - clang/commit
Support for construct/destruct of ivar array
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 28 Apr 2010 22:30:33 +0000 (22:30 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 28 Apr 2010 22:30:33 +0000 (22:30 +0000)
commit9b4d4fc49f30f1caa35d680702f1921afad81971
treea9e55cfadfeb34c5f50566151b9fbd6a1251d99d
parent8ecdb65716cd7914ffb2eeee993fa9039fcd31e8
Support for construct/destruct of ivar array
of c++ objects (NeXt runtime).
radar 7900343.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102546 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjC.cpp
test/CodeGenObjCXX/ivar-objects.mm [new file with mode: 0644]