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

Remove ValueAnalysis and ValueAnalysisWrapper. #132347

Merged
merged 2 commits into from
Oct 31, 2024

Commits on Oct 31, 2024

  1. Remove ValueAnalysis and ValueAnalysisWrapper.

    They represent a lot of abstraction and indirection, but they're only
    used for `ConstAnalysis`, and apparently won't be used for any other
    analyses in the future. This commit inlines and removes them, which
    makes `ConstAnalysis` easier to read and understand.
    nnethercote committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    911edbf View commit details
    Browse the repository at this point in the history
  2. Reduce some visibilities.

    nnethercote committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    846e20c View commit details
    Browse the repository at this point in the history