I'd love to see a new check for any missing Q_OBJECT macros. Krazy has a similar check, but it can only detect missing macros on classes which directly inherit from QObject.
Git commit dafbb44df049bfc29bb3b187cc30d93b5517c063 by Sergio Martins. Committed on 21/11/2015 at 10:21. Pushed by smartins into branch 'master'. missing-qobject: Document that you need clang >= 3.7 M +2 -0 checks/README-missing-qobject http://commits.kde.org/clazy/dafbb44df049bfc29bb3b187cc30d93b5517c063
Thank you so much - this check has already identified a number of issues in my project!