Hi, I want to write semantic checker for newbie mistakes/undefined behavior using Clang. Where should I put the code - into Sema module or into a new ASTConsumer module crammed between Sema and other ASTConsumers? Regards, Martin