Code Review Tool
-
What should this tool do?
code metrics? then you could look at "SourceMonitor":http://www.campwoodsw.com/ -
hi!
I'm also using SourceMonitor, thanks. I'm looking for a tool which can detect memory leaks and such other defects which compiler can not find. But this tool has to address Qt requirements too.( for example: it has to know about memory management of Qt to prevent false alarms.)
And one more, if it's possible this tool is supposed to check whether the developer used a predefined coding standart. ( like making variable names smallcase, putting m_ prefix to member variables etc.)
-
Memory tracking is highly platform dependent. It was discussed before here:
-
As code review tool for finding memory leaks, you could use "pclint":http://www.gimpel.com/html/pcl.htm (which is a commercial tool), but i'm not sure, whether it can handle Qt memory management correctly.