[cfe-dev] Distinguish in the AST constant array declarations which size is set directly and by the initializer.

Eli Friedman eli.friedman at gmail.com
Wed Feb 18 01:28:50 PST 2009


On Wed, Feb 18, 2009 at 12:59 AM, Paolo Bolzoni <bolzoni at cs.unipr.it> wrote:
> Visiting the clang AST, is there a way to distinguish between the arrays a1
> and a2 and the two unnamed objects whose address will be stored in p1
> and p2?

No, we don't distinguish those cases at the moment.  Patches welcome,
I guess, but I'm not sure where the best place to note it would be.

-Eli



More information about the cfe-dev mailing list