diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2010-04-13 18:32:24 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2010-04-13 18:32:24 +0000 |
commit | 7e9d52aaca421d2e2e589ec79cc6b2f68d0398bd (patch) | |
tree | ecabec693c45f53146a01f04af0d4615475731bd /clang/lib/CodeGen/CodeGenFunction.h | |
parent | ff0e2a36e2574df7c5bb30ee491118b8007421c0 (diff) | |
download | bcm5719-llvm-7e9d52aaca421d2e2e589ec79cc6b2f68d0398bd.tar.gz bcm5719-llvm-7e9d52aaca421d2e2e589ec79cc6b2f68d0398bd.zip |
Variation of objc_copyStruct API generation when
property (atomic/nonatomic) is of aggregate type with
gc'able member objects) (NeXT runtime).
llvm-svn: 101156
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 10f100d3f45..793b988f04a 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -480,6 +480,7 @@ public: void GenerateObjCSetter(ObjCImplementationDecl *IMP, const ObjCPropertyImplDecl *PID); bool IndirectObjCSetterArg(const CGFunctionInfo &FI); + bool IvarTypeWithAggrGCObjects(QualType Ty); //===--------------------------------------------------------------------===// // Block Bits |