]> granicus.if.org Git - clang/commit
[Objective-C Sema] Fixes a typo which did not allow
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 10 Apr 2015 22:07:47 +0000 (22:07 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 10 Apr 2015 22:07:47 +0000 (22:07 +0000)
commitf6543787b09d5be18ce2608d1cebfcc61c5158fb
tree4e2ff67d36084acb9c4f25bd01c95215961af478
parent420fd99bc3047f2a14bc91cd86689b6ac7aae8ef
[Objective-C Sema] Fixes a typo which did not allow
bridge casting to super class of object's bridge type.
rdar://18311183

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@234652 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprObjC.cpp
test/SemaObjC/objcbridge-attribute-arc.m
test/SemaObjC/objcbridge-attribute.m
test/SemaObjC/objcbridgemutable-attribute.m
test/SemaObjCXX/objcbridge-attribute-arc.mm
test/SemaObjCXX/objcbridge-attribute.mm
test/SemaObjCXX/objcbridge-static-cast.mm