[cfe-dev] Distinguish between array parameters and pointer parameters in the AST.

Paolo Bolzoni bolzoni at cs.unipr.it
Fri Feb 20 08:26:33 PST 2009


dear cfe list,

According to the clang AST the two parameters' type of this function
declaration are the same:

int f(int a[], int* b);

while it makes sense, I'd like to distinguish.
Is it not possible?

thanks
pb



More information about the cfe-dev mailing list