]> granicus.if.org Git - clang/commit
Objective-C. Patch to handle bridge attribute warnings
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 11 Jun 2014 16:52:44 +0000 (16:52 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 11 Jun 2014 16:52:44 +0000 (16:52 +0000)
commitceaaaef14c5c467c0d5edd4321342e4e98d91c36
tree5aa4cddd2439fba698e87335ddf170b10eb37024
parenta04f51fdfec64bd6ea1679832a1a75c8d3ecc68a
Objective-C. Patch to handle bridge attribute warnings
correctly when both NSAttributedString and
NSMutableAttributedString are specified on the same
CFStruct via different typedefs. // rdar://17238954

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210660 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprObjC.cpp
test/SemaObjC/objc-mixed-bridge-attribute.m [new file with mode: 0644]