[cfe-commits] r65510 - /cfe/trunk/lib/CodeGen/CGCall.cpp

Chris Lattner clattner at apple.com
Thu Feb 26 10:57:29 PST 2009


On Feb 26, 2009, at 10:56 AM, Daniel Dunbar wrote:

>
> Sema in generally probably should not be using such a predicate; and I
> don't really think id type should have a getPointeeType method, so I'm
> not sure if these things should actually have a common base. A
> convenience predicate seems appropriate.

Making a predicate for it that codegen uses is definitely a good  
approach.

-Chris



More information about the cfe-commits mailing list