]> granicus.if.org Git - clang/commit
RewriteObjC::Initialize(): add function decls used by @synchronized.
authorSteve Naroff <snaroff@apple.com>
Wed, 16 Jul 2008 18:58:11 +0000 (18:58 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 16 Jul 2008 18:58:11 +0000 (18:58 +0000)
commit59f05a48a7b0353090da2b8f878c2d760e55731c
tree64a7e5a10104134dfa7540286b0ed97a4b2ca2c4
parent8f3b2654a9ff6912862f366102f5c46f7757260a
RewriteObjC::Initialize(): add function decls used by @synchronized.
This fixes <rdar://problem/6040143> clang ObjC rewriter: @synchronized keyword inserts undeclared objc functions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53695 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/RewriteObjC.cpp