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: Difference between revisions
Jump to navigation
Jump to search
(CodeChecker analysis and gerrit reviews) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
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 | |||
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. | 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. | In case of a valid issue, we encourage developers to correct the source code accordingly. |
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.