Go to file
Chris Lattner c47d930448 Fix a crash that can happen when you have typedefs for pointers to
interfaces.  Just because they x->isPointerType() doesn't mean it is
valid to just cast to a pointertype.  We have to handle typedefs etc
as well.

llvm-svn: 53819
2008-07-21 04:09:54 +00:00
clang Fix a crash that can happen when you have typedefs for pointers to 2008-07-21 04:09:54 +00:00
llvm Revert r53812 -- premature. LegalizeTypes isn't actually on yet! 2008-07-21 04:03:00 +00:00