Hi
instead of CodeGenModule as the Sema ASTConsumer (like in release_38), there is now BackendConsumer (release_39).
My code that's in
void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies)
doesn't expect that. Is there a way for me to get to the CodeGenModule ? I don't see one.
Ciao
Nat!