Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.

CodeChecker

From Qt Wiki
Jump to navigation Jump to search

Since December 2020 we run the clang static code analysis tool on selected modules of the qt project.

Gerrit changes from modules are analyzed, found issues are grouped and QtStaticAnalysisBot is generating comments if the severity is MEDIUM or higher (HIGH, CRITICAL).

We encourage developers to report if the issue is a false positive.

In case of a valid issue, we encourage developers to correct the source code accordingly.