Overview of CodeChecker command line tooling
masterCodeChecker provides a command-line interface to perform static code analysis and store the resulting reports in a web-based storage.
Key analysis-related workflows include:
- Integrating analysis with your build system using
log. - Executing static analysis using
analyze. - Viewing analysis results in the command line using
parse. - Applying code fixes using
fixit. - Suppressing false positives using source-code comments.
Note: Analysis workflows can be completed entirely without a web-server.