Hi! I am thinking about writing a plugin that analyzes c++ code using the "Effective C++" paradigms by Scott Meyers, mainly because gcc does not catch all of the paradigms and I do not want to re-compile my program to check for these warnings/hints. Is there already a plugin that uses such DUChain analysis? Where should I start? Thanks, -- Syron