Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Code Quality and tool

    Tools
    3
    3
    905
    Loading More Posts
    • 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
      scayetanot 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

      1 Reply Last reply Reply Quote 0
      • T
        t3685 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:

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

        1 Reply Last reply Reply Quote 0
        • SGaist
          SGaist Lifetime Qt Champion last edited by

          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 Reply Quote 0
          • First post
            Last post