]> granicus.if.org Git - clang/commit
Objective-C ARC. Under ARC, addition of 'bridge' attribute
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 22 Apr 2014 17:42:01 +0000 (17:42 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 22 Apr 2014 17:42:01 +0000 (17:42 +0000)
commit4ab423cd70ddc40a8b8306ec468ef6436b3540e4
treea4b355f84c7dafacd5d50d5b3dc88b56fffb72bd
parent13e41baf7883704f60e86c06d794652330c2bd93
Objective-C ARC. Under ARC, addition of 'bridge' attribute
on CF type is not sufficient and bridge casting is
still required for proper ownership semantics.
// rdar://16650445

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206910 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaExprObjC.cpp
test/SemaObjC/objcbridge-attribute-arc.m
test/SemaObjCXX/objcbridge-attribute-arc.mm