Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rule 1.2: Address false positives for variable length arrays, improve reporting #703

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Sep 18, 2024

  1. Rule 1.2: Report specific extensions used

    Distinguish between the different types of extensions.
    lcartey committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a6409e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9605d79 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Rule 1.2: Fix test for variable length arrays

    Only variable length struct fields are a gcc extension.
    lcartey committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9139b8e View commit details
    Browse the repository at this point in the history
  2. Rule 1.2: Support aggregation of results at macro locations

    Add a new module/library for identifying the macro that generated
    an element as the primary location, and use it for Rule 1.2 to
    avoid overreporting.
    lcartey committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ecf5e8b View commit details
    Browse the repository at this point in the history
  3. Rule 1.2: Add change note

    lcartey committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4318622 View commit details
    Browse the repository at this point in the history