]> granicus.if.org Git - clang/commit
Fix a crash when overloading id with objc_object*.
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 8 Sep 2010 20:08:18 +0000 (20:08 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 8 Sep 2010 20:08:18 +0000 (20:08 +0000)
commitd1877953f06df6df9b2cd5fc04b49e80eec66019
treeebf2aeca8dc7940c9b947ee27dd1102ba834ac66
parent6b5415196327fa8ef00f028ba175fafef1738ae1
Fix a crash when overloading id with objc_object*.
Radar 8400356.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113397 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Type.h
lib/AST/Type.cpp
lib/Sema/SemaType.cpp
test/SemaObjC/legacy-objc-types.m [new file with mode: 0644]
test/SemaObjCXX/legacy-objc-types.mm [new file with mode: 0644]