<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hi everybody,</div><div><br></div><div>I am using Version 3.0 and I am trying to parse the parameter of the following function declaration. <br></div><div><br></div><div>void test(int myParam[])</div>
<div>{</div>
<div><br>
</div>
<div><br>
</div>
<div>}</div><div><br></div><div>I have written an ASTVisitor to iterate over the "ParamDecl's"of  my "FunctionDecl's"</div><div>The type of the "ParmVarDecl" myParam is always a "PointerType", although I am expecting</div><div>an "ArrayType". Is this normal behavior?</div><div><br></div>Also when I parse the following code I am loosing the size information. Sure, the<br>99 doesn't make much sense, but I need it for internal analysis ;)<br><br><div>void test(int myParam[99])</div>

<div>{</div>

<div><br>
</div>

<div><br>
</div>

<div>}</div>
<div><br></div><div>I hope someone can help!</div><div>Thanks in advance!!!!<br></div></div></body></html>