diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2010-04-13 00:38:05 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2010-04-13 00:38:05 +0000 |
commit | 0b2bd47151ee9205ad6c66d1ffb921918106088a (patch) | |
tree | 51e976a538ad8184fa35039d9d42d8f585bbc6cd /lib/CodeGen/CodeGenFunction.h | |
parent | cd9199eb3dd1a665ea642f3918020a53e5ecb673 (diff) |
Add support for objc_copyStruct to enforce
atomicity of aggregate properties in setter/getter
methods. wip.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101107 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index f21350d0f2..10f100d3f4 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -479,6 +479,7 @@ public: /// for the given property. void GenerateObjCSetter(ObjCImplementationDecl *IMP, const ObjCPropertyImplDecl *PID); + bool IndirectObjCSetterArg(const CGFunctionInfo &FI); //===--------------------------------------------------------------------===// // Block Bits |