Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Code Quality and tool
Forum Updated to NodeBB v4.3 + New Features

Code Quality and tool

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 3 Posters 1.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    scayetanot
    wrote on 9 Jan 2015, 10:14 last edited by
    #1

    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

    1 Reply Last reply
    0
    • T Offline
      T Offline
      t3685
      wrote on 9 Jan 2015, 10:57 last edited by
      #2

      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:

      http://clang.llvm.org/docs/index.html

      1 Reply Last reply
      0
      • S Offline
        S Offline
        SGaist
        Lifetime Qt Champion
        wrote on 10 Jan 2015, 00:17 last edited by
        #3

        Hi,

        On OS X you have Instruments to analyze your application behavior. It comes with Xcode

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0

        2/3

        9 Jan 2015, 10:57

        • Login

        • Login or register to search.
        2 out of 3
        • First post
          2/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved