]> granicus.if.org Git - clang/commit
Fix type conversion of ObjCObjectPointerType.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 11 Jul 2009 21:12:14 +0000 (21:12 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 11 Jul 2009 21:12:14 +0000 (21:12 +0000)
commit28e478010eb4d789da85c6378dbfa9d66b95830b
tree4c924e2a104596865c3bb46236375f0fcb278a6f
parentc1ab900fa5e9b8a09b042992eeca29f413b1d595
Fix type conversion of ObjCObjectPointerType.
 - Previous code was based on a misunderstanding (on my part) of the type
   representation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75385 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenTypes.cpp
test/CodeGenObjC/protocols.m [new file with mode: 0644]