[cfe-dev] Best place for semantic checks

Martin Doucha next_ghost at quick.cz
Tue Jul 8 11:55:15 PDT 2008


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



More information about the cfe-dev mailing list