]> granicus.if.org Git - clang/commit
objc-arc: Allow unbridged cast of retainable object to
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 22 Jun 2011 16:36:45 +0000 (16:36 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 22 Jun 2011 16:36:45 +0000 (16:36 +0000)
commit8295b7b51b13add75518bb9e2d9db00711a20166
treee08bec13b6c5f6a1fd9843aaf2f1c1d553d8f1cc
parentd1bd98a2c239d2a730b07f7c1b2c8c8718eaeac8
objc-arc: Allow unbridged cast of retainable object to
integral as it is not transferring ownership..
// rdar://9619861

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133622 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprObjC.cpp
test/SemaObjC/arc.m