]> granicus.if.org Git - clang/commit
Objective-c: Conversion from type Class to any root class type is allowed
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 15 Sep 2011 18:30:22 +0000 (18:30 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 15 Sep 2011 18:30:22 +0000 (18:30 +0000)
commit7d7ef8298d4711206772ff9eb51f5140536cbeab
tree5c675a2021900fcac27cec2fc2388618918c324d
parent74558b4c2f4136b0d89bbaa974df1070593b355a
Objective-c: Conversion from type Class to any root class type is allowed
in class methods with no warning. //rdar://10109725

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139818 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/SemaObjC/class-type-conversion.m [new file with mode: 0644]