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

coverage: Further simplify extraction of mapping info from MIR #124615

Merged
merged 6 commits into from
May 10, 2024

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    1a26404 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    496ae1e View commit details
    Browse the repository at this point in the history
  3. coverage: Don't recompute the number of test vector bitmap bytes

    The code in `extract_mcdc_mappings` that allocates these bytes already knows
    how many are needed in total, so there's no need to immediately recompute that
    value in the calling function.
    Zalathar committed May 6, 2024
    Configuration menu
    Copy the full SHA
    83852d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84cedbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56c6288 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c12a3b View commit details
    Browse the repository at this point in the history