From 0b2bd47151ee9205ad6c66d1ffb921918106088a Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Tue, 13 Apr 2010 00:38:05 +0000 Subject: 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 --- lib/CodeGen/CodeGenFunction.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/CodeGen/CodeGenFunction.h') 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 -- cgit v1.2.3-18-g5258