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: Split out MC/DC mappings from BcbMappingKind #124603

Merged
merged 5 commits into from
May 5, 2024

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    af33fc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23b6508 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf2d741 View commit details
    Browse the repository at this point in the history
  4. coverage: Flatten BcbMappingKind into mappings::CodeMapping

    Now that branch and MC/DC mappings have been split out into separate types and
    vectors, this enum is no longer needed, since it only represents ordinary
    "code" regions.
    
    (We can revisit this decision if we ever add support for other region kinds,
    such as skipped regions or expansion regions. But at that point, we might just
    add new structs/vectors for those kinds as well.)
    Zalathar committed May 4, 2024
    Configuration menu
    Copy the full SHA
    76d8d01 View commit details
    Browse the repository at this point in the history
  5. coverage: Rename BcbBranchPair to mappings::BranchPair

    This makes it consistent with the other mapping structs introduced by this PR.
    Zalathar committed May 4, 2024
    Configuration menu
    Copy the full SHA
    6968123 View commit details
    Browse the repository at this point in the history