Skip to main content

IAR Embedded Workbench for RISC-V 3.40

The ireport tool

In this section:

Use the ireport tool to produce an HTML report of a previous analysis performed by C-STAT. The report presents statistics both in numbers and as tables. Two different types of reports that can be produced:

  • A summary that includes information about, for example, project-wide enabled checks, the total amount of messages, suppressed checks (if any), messages for each check, etc.

  • A full report that contains the same information as the summary, but also information about all suppressed and non-suppressed messages at the end of the report. The tables can be collapsed and expanded, and the columns can be sorted.

Invocation syntax for ireport

The invocation syntax for ireport:

ireport options

For an example, see Performing an analysis from the command line.

Summary of ireport options

This table summarizes the ireport options:

Command line option

Description

--db

Specifies the database that the report will be based on.

--full

Produces a full report, including information about suppressed and non-suppressed checks.

--output

Specifies the name of the produced report.

--project

Specifies a name for the project.

Table 147. ireport options summary


For more information, see Descriptions of C-STAT options.