Hello!
<div><br></div><div>At the moment I'm doing some source-to-source manipulations with clang. I using the RewriteObjC.cpp as an example of such manipulations, but as far as I understand the AST is not produced for the preprocessor directives, like for instance - #define value 1</div>
<div>Is the manual parsing the only way to deal with preprocessor directives or there is a way to translate them into AST? </div><div><br></div><div>Also where I can get list of all DeclNodes for the C language? Are they mixed with Objective-C and C++ in DeclNodes.inc?</div>
<div><br></div><div>Thanks, <br>Andrey</div>