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.