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
QtWS25 Last Chance

Code Quality and tool

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 3 Posters 1.1k Views
  • 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 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 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
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on 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

        • Login

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