]> granicus.if.org Git - clang/commit
objc-arc: CodeGen part of unbridged cast of CF types.
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 21 Jun 2011 17:38:29 +0000 (17:38 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 21 Jun 2011 17:38:29 +0000 (17:38 +0000)
commitaf9751747b098d77052cb71f1e648f29cfbadcc1
treeb0d391080be0a9d8962d361160daaffd6958ddbd
parent14d251cd62942bf7d56bb87a267ba2ca2f7fae3e
objc-arc: CodeGen part of unbridged cast of CF types.
// rdar://9474349

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133525 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaCXXCast.cpp
lib/Sema/SemaExprObjC.cpp
test/CodeGenObjC/arc-unbridged-cast.m [new file with mode: 0644]