<div dir="ltr"><div>In this C code:<br><br>static const int array[2] = {1, 2};<br><br></div>Parsed with libclang, we get a VarDecl. evaluateValue() returns NULL. However the initialization value should be known. How can I access the array information using the libclang API?<br><div><br></div><div><div>Regards,</div><div>Andrew<br></div></div></div>