[cfe-dev] [PATCH] TypeOfExpr serialization

Ted Kremenek kremenek at apple.com
Tue Dec 23 22:11:31 PST 2008


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.   
This is a long-standing issue, however with the ASTs.

On Dec 23, 2008, at 9:31 PM, Zhongxing Xu wrote:

> This patch adds serialization support for TypeOfExpr. It assumes  
> TypeOfExpr owns the Expr. Is this right?
> <serz.patch>_______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev




More information about the cfe-dev mailing list