summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2012-01-06 00:29:35 +0000
committerFariborz Jahanian <fjahanian@apple.com>2012-01-06 00:29:35 +0000
commit17eaf4089da5462edf57f281da539310fd35dd8e (patch)
tree22a89dd70bd9e335e94e3c0c436a6ccd564d0604 /clang/lib/CodeGen/CodeGenFunction.h
parent7ce752610f4d74c20f768911b9d545719ac95554 (diff)
downloadbcm5719-llvm-17eaf4089da5462edf57f281da539310fd35dd8e.tar.gz
bcm5719-llvm-17eaf4089da5462edf57f281da539310fd35dd8e.zip
objc++: sythesize a helper function to be used
for copying atomic properties of c++ objects with non-trivial copy assignment in setters/getters. Not yet used. // rdar://6137845 llvm-svn: 147636
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 105cfbec823..9a24426e755 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -1333,6 +1333,8 @@ public:
llvm::Constant *GenerateCopyHelperFunction(const CGBlockInfo &blockInfo);
llvm::Constant *GenerateDestroyHelperFunction(const CGBlockInfo &blockInfo);
+ llvm::Constant *GenerateObjCAtomicCopyHelperFunction(
+ const ObjCPropertyImplDecl *PID);
void BuildBlockRelease(llvm::Value *DeclPtr, BlockFieldFlags flags);
OpenPOWER on IntegriCloud