]> granicus.if.org Git - clang/commit
This patch provides preliminary support for non-fragile instance variables on the...
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 20 May 2009 18:41:51 +0000 (18:41 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 20 May 2009 18:41:51 +0000 (18:41 +0000)
commit9cd96ff7dfcb51fdba03df8803fff6cc36e9633f
treeed654bffae27ea6760369d1c60ded4facb4d9e71
parent5b160927672440076aa53c31d84149f70fd8d40e
This patch provides preliminary support for non-fragile instance variables on the GNU runtime.
It currently requires a patches to GNU libobjc (and so is not enabled by default) which are currently
being tested and reviewed by GNUstep before being pushed upstream.
This patch does not allow support for synthesized ivars, but does provide the infrastructure
needed for supporting them.
Patch by David Chisnall

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72175 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCGNU.cpp