[PATCH] AST: Mangle cast expression encoding more accurately

John McCall rjmccall at gmail.com
Mon Sep 22 21:03:25 PDT 2014


On Sep 22, 2014, at 8:02 PM, David Majnemer <david.majnemer at gmail.com> wrote:
> Hi rjmccall, rsmith,
> 
> Don't mangle all casts in expressions as "cv", use the appropriate
> encoding which corresponds to a specific cast.

You don’t need braces around the case anymore; your choice, though.  Otherwise LGTM functionally.

Please actually test the mangling of all the different casts, though, including both functional and C-style syntax (even though they use the same mangling).

John.



More information about the cfe-commits mailing list