]> granicus.if.org Git - clang/commit
RewriteObjC::RewriteObjCSynchronizedStmt(): Make sure the sync expr is cast to "id".
authorSteve Naroff <snaroff@apple.com>
Thu, 21 Aug 2008 13:03:03 +0000 (13:03 +0000)
committerSteve Naroff <snaroff@apple.com>
Thu, 21 Aug 2008 13:03:03 +0000 (13:03 +0000)
commit3498cc9793487a5ad51a5a050be85bd550775ecc
tree86be5f085ecd50b2a5befffde5ca0be9f930d5c3
parent5323e2377719cf34951c0ab149d610be4a010391
RewriteObjC::RewriteObjCSynchronizedStmt(): Make sure the sync expr is cast to "id".
This fixes <rdar://problem/6163088> clang ObjC rewriter: @synchronized ([foo class]) {} does not cast properly.

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