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