]> granicus.if.org Git - clang/commit
Objective-C ARC. Allow conversion of (void*) pointers to
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 18 Jun 2014 23:52:49 +0000 (23:52 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 18 Jun 2014 23:52:49 +0000 (23:52 +0000)
commit88a39adcf6cc703c363bcdf0ad979f2220e92ee9
treebcabe494650b1699f4de9dda96023212defcc8dc
parent2e01479f1c4f2648a48dce00c007668fa4763d39
Objective-C ARC. Allow conversion of (void*) pointers to
retainable ObjC pointers without requiring a bridge-cast
in the context of pointer comparison as this is in effect
a +0 context. // rdar://16627903

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211243 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprObjC.cpp
test/SemaObjC/arc.m