I don't think we have this at the moment. It should be pretty easy to
add a check for that to the plugin (look at the toplevel decls, and
use CXXRecordDecl::isPOD()). A low-tech way would be to just add a
warning for this, and then do a local clobber build and see which
files fail to build.
Nico