SPeCS Packages Documentation
    Preparing search index...
    Index

    Constructors

    Properties

    context: MISRAContext

    Methods

    • Checks whether the source code complies with MISRA C coding guidelines and reports all violations identified during the analysis

      Parameters

      • startingPoint: FileJp | Program = ...

        The AST node from which to start the analysis

      Returns void

    • Transforms the source code to comply with the coding guidelines. After the transformation, any violations that could not be fixed will be displayed along with their justification.

      Returns void

    • Returns number

      Returns the number of active errors linked to nodes that are still present in the AST after correction.

    • Returns number

      Returns the number of identified violations.