summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2012-01-10 00:37:01 +0000
committerFariborz Jahanian <fjahanian@apple.com>2012-01-10 00:37:01 +0000
commita08a74705bb04e61752c43d7a6c61f73fc88c9c2 (patch)
treeabd446183cc08be9807fe2e79fba2d5d6ef8dd58 /clang/lib/CodeGen/CodeGenFunction.h
parent33289908f9b211be66a2304785dfb26ec51d3e86 (diff)
downloadbcm5719-llvm-a08a74705bb04e61752c43d7a6c61f73fc88c9c2.tar.gz
bcm5719-llvm-a08a74705bb04e61752c43d7a6c61f73fc88c9c2.zip
objc++: patch for IRgen for atomic properties of
c++ objects with non-trivial assignment/copy functions. Also, one additional sema check. // rdar://6137845 llvm-svn: 147817
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 938acd3c564..2576fed88db 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -1335,9 +1335,10 @@ public:
llvm::Constant *GenerateCopyHelperFunction(const CGBlockInfo &blockInfo);
llvm::Constant *GenerateDestroyHelperFunction(const CGBlockInfo &blockInfo);
- llvm::Constant *GenerateObjCAtomicCopyHelperFunction(
- const ObjCPropertyImplDecl *PID,
- bool forSetter);
+ llvm::Constant *GenerateObjCAtomicSetterCopyHelperFunction(
+ const ObjCPropertyImplDecl *PID);
+ llvm::Constant *GenerateObjCAtomicGetterCopyHelperFunction(
+ const ObjCPropertyImplDecl *PID);
void BuildBlockRelease(llvm::Value *DeclPtr, BlockFieldFlags flags);
OpenPOWER on IntegriCloud