Code Quality and tool
Qt Creator and other tools
3
Posts
3
Posters
1.1k
Views
1
Watching
-
wrote on 9 Jan 2015, 10:14 last edited by
Hi,
I have developed an application in Qt/C++ using the QT creator IDE.To improve the code, I would like to know if there is any methods to analyse the code in order to highlight bad coding practice, forget memory free... something like Klocwork to make a static code analysis or Valgrind for a dynamic one.
I'm developing under MacOSX
Thanks
-
wrote on 9 Jan 2015, 10:57 last edited by
Qt for Mac uses Clang as a compiler I believe, so it might be worthwile to check whether you can use any of the features listed here:
-
Hi,
On OS X you have Instruments to analyze your application behavior. It comes with Xcode
2/3