[cfe-commits] [Request for review] Removing redundant implicit casts in the AST

Nicola Gigante nicola.gigante at gmail.com
Sun Nov 13 08:06:51 PST 2011


Il giorno 28/ott/2011, alle ore 14:39, Nicola Gigante ha scritto:

> Hello.
> I've attached a patch that corrects what you pointed out. The issue about FunctionToPointer and ArrayToPointer decays persists,
> because they're handled in a very different way and they'll require a future new patch.
> I've removed the "shaky if" by setting a boolean parameter in CheckStaticCast and CheckCXXCStyleCast, telling the caller
> if the function have created and applied a new cast node.
> I believe that this patch does what we need and is ready to be committed if you agree.
> It applies to r143190 (today) and passes the tests.
> 

Ping? Any news on this?

Nicola



More information about the cfe-commits mailing list