[cfe-dev] Storing identifier in Clang

Wei Li weili747 at gmail.com
Thu Sep 30 13:25:07 PDT 2010


Dear all:

How you store an identifier in Clang? Does it go to the AST data structure?

For example if you have the following declaration:

int x;

Will this statement  have an AST node or you have an identifier table
to store the information related to variable X?


-- 
Regards,

Wei Li



More information about the cfe-dev mailing list