[cfe-dev] analysis an array

Rambo hunanlwm at sina.cn
Mon Dec 3 00:03:13 PST 2012


Hi,

I want to get all information about an array,for example
int a[5]={1,2,3,4,5}
I analysis this stmt and get the array type is "int",array name is "a" ,size
is 5 and initialize data are "1,2,3,4,5".which clang API can i use and What
material i must learn?

Best regards,
Rambo




--
View this message in context: http://clang-developers.42468.n3.nabble.com/analysis-an-array-tp4028638.html
Sent from the Clang Developers mailing list archive at Nabble.com.



More information about the cfe-dev mailing list