using clang PPCallbacks to expand and rewrite macros
I need help with writing an application that expands ‘C’ macros and forwards the expanded macro text to a RecursiveASTVisitor that can rewrite the code.
I need help with writing an application that expands ‘C’ macros and forwards the expanded macro text to a RecursiveASTVisitor that can rewrite the code.