diff options
author | Chris Lattner <sabre@nondot.org> | 2008-11-15 21:26:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-11-15 21:26:17 +0000 |
commit | 10cac6f7115b59a466bb8d2d51cdddeb38aadc37 (patch) | |
tree | 07a049c3bd97dc50b2ca21febdbf903f50c0a3c7 /lib/CodeGen/CodeGenFunction.h | |
parent | 5a9a457ecf66343ae8b64baa7909007837b2a2cd (diff) |
Start implementing support for @synchonized with the darwin ObjC API.
Patch by Fariborz!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59377 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 50b35bd8cd..5d99dba69a 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -401,6 +401,7 @@ public: void EmitObjCForCollectionStmt(const ObjCForCollectionStmt &S); void EmitObjCAtTryStmt(const ObjCAtTryStmt &S); void EmitObjCAtThrowStmt(const ObjCAtThrowStmt &S); + void EmitObjCAtSynchronizedStmt(const ObjCAtSynchronizedStmt &S); //===--------------------------------------------------------------------===// // LValue Expression Emission |