]> granicus.if.org Git - clang/commit
Objective-C ARC. Add support for toll-free bridge
authorFariborz Jahanian <fjahanian@apple.com>
Sat, 10 May 2014 17:40:11 +0000 (17:40 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Sat, 10 May 2014 17:40:11 +0000 (17:40 +0000)
commit5225cc82e1ddbe8ef48de1c58efe3a4c0c643336
treefee78cf8662fffe7b61becd3e14633be3eb68eb4
parent7885a53309f153a229b1e8445b877be841a29ef9
Objective-C ARC. Add support for toll-free bridge
type ,and bridge attribute, checking with static_cast.
// rdar://16756639

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208474 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaCast.cpp
lib/Sema/SemaExprObjC.cpp
test/SemaObjCXX/objcbridge-static-cast.mm [new file with mode: 0644]