View source code
Display the source code in dmd/sarif.d from which thispage was generated on github.
Report a bug
If you spot a problem with this page, click here to create aBugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page.Requires a signed-in GitHub account. This works well for small changes.If you'd like to make larger changes you may want to consider usinglocal clone.

Module dmd.sarif

Provides SARIF (Static Analysis Results Interchange Format) reporting functionality.

Coverage

Code Coverage

Description

- This module generates SARIF reports for DMD errors, warnings, and messages. - It supports JSON serialization of SARIF tools, results, and invocations. - The generated reports are compatible with SARIF 2.1.0 schema.

Functions

NameDescription
addSarifDiagnostic(loc, format, ap, kind) Adds a SARIF diagnostic entry to the diagnostics list.
errorKindToString(kind) Converts an ErrorKind value to a SARIF-compatible string representation for the severity level.
formatErrorMessage(format, ap) Formats an error message using a format string and a variable argument list.
generateSarifReport(executionSuccessful) Generates a SARIF (Static Analysis Results Interchange Format) report and prints it to stdout.
intToString(value) Converts an integer to a string.

Structs

NameDescription
Invocation Represents invocation information for the analysis process.
SarifReport Represents a SARIF report containing tool information, invocation, and results.
SarifResult Represents a SARIF result containing a rule ID, message, and location.
ToolInformation Contains information about the tool used for analysis in SARIF reports.

Authors

Walter Bright

License

Boost License 1.0