[cfe-dev] AST XML dump

Olaf Krzikalla Olaf.Krzikalla at tu-dresden.de
Fri May 22 03:05:17 PDT 2009


>
> It might be better to use the macro invocations in 
> include/clang/AST/TypeNodes.def to enumerate and switch on the various 
> kinds of type nodes.
I noticed that the naming of the parents isn't consistent among the 
defines - some use the Type suffix, others don't. This make the parent 
denotations of TypeNodes.def rather unusable (and currently it is 
nowhere used). As the base type is named "Type" I guess we need the Type 
suffix everywhere else.

Best
Olaf Krzikalla




More information about the cfe-dev mailing list