CodeChecker: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
Since December 2020 we run the clang static code analysis tool on selected modules of the qt project.
Since December 2020 we run the [https://codechecker.readthedocs.io/en/latest/ 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).
Gerrit changes from modules are analyzed, found issues are grouped and QtStaticAnalysisBot is generating comments if the severity is MEDIUM or higher (HIGH, CRITICAL).

Latest revision as of 13:05, 23 February 2021

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.