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 | 08b0f66d2efe92aff5d61cef7b6ea7471853c0c6 (patch) | |
tree | 1de8cd54c5901b4f978147270383095f34b47189 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 5b212a31a207f8b44b0f6920ee724770fc05bcd1 (diff) | |
download | bcm5719-llvm-08b0f66d2efe92aff5d61cef7b6ea7471853c0c6.tar.gz bcm5719-llvm-08b0f66d2efe92aff5d61cef7b6ea7471853c0c6.zip |
Add support for objc_copyStruct to enforce
atomicity of aggregate properties in setter/getter
methods. wip.
llvm-svn: 101107
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 f21350d0f2d..10f100d3f45 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/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 |