[cfe-dev] [PATCH] TypeOfExpr serialization

Douglas Gregor dgregor at apple.com
Fri Dec 26 07:04:27 PST 2008


On Dec 24, 2008, at 1:11 AM, Ted Kremenek wrote:

> This looks right to me!
>
> On a separate issue, I'm mixed on having TypeOfExpr own the Expr
> (which I assume is the case right now).  VLA types also own their size
> expressions, but I've never felt that Types should own expressions.

Interesting. It doesn't bother me at all to have the types own their  
expressions, because the expressions are logically a part of the type  
and need to live as long as the type.

	- Doug



More information about the cfe-dev mailing list