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: Avoid getting extra unexpansion info when we don't need it #127157

Merged
merged 2 commits into from
Jun 30, 2024

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    617de8c View commit details
    Browse the repository at this point in the history
  2. coverage: Avoid getting extra unexpansion info when we don't need it

    These particular callers don't actually use the returned macro information, so
    they can use a simpler span-unexpansion function that doesn't return it.
    Zalathar committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    6c33149 View commit details
    Browse the repository at this point in the history