Codechecker Report native
Import Codechecker static analyzer report in JSON format: https://codechecker.readthedocs.io/en/latest/ Report format described here: https://codechecker.readthedocs.io/en/latest/analyzer/user_guide/#parse
One could make Codechecker JSON report using command like this:
CodeChecker parse /path/to/codechecker/analyzer/output/directory -e json -o /path/to/output/file.json
Before this step you should build your project with Codechecker build process interception,
odeChecker log -b "make -j8" -o ./my.project.codechecker.log
then analyze it
CodeChecker analyze ./codechecker.log -o /path/to/codechecker/analyzer/output/directory
Sample Scan Data
Sample Codechecker Report native scans can be found here.
Last modified January 19, 2024: :sparkles: advance parser docs to provide sample scan data (#9347) (f1e435e59)