Skip to content
Commit 617bfc39 authored by Chris Lattner's avatar Chris Lattner
Browse files

Sema::ActOnInstanceMessage is generally doing bad things with typedefs, but

here I fix just one.  The loop that rips through pointers should use
getAsPointerType() not static_cast<PointerType*> to get the pointee.  This
fixes a crash on a large testcase.

llvm-svn: 46632
parent 81f0550c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment