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

Use new dataflow framework for generators #69295

Merged
merged 6 commits into from
Mar 1, 2020

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    5fa2c9e View commit details
    Browse the repository at this point in the history
  2. Add inherent visit_with method to dataflow::Results

    This is more ergonomic than importing `dataflow::visit_results`
    ecstatic-morse committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    6d7ce88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecad434 View commit details
    Browse the repository at this point in the history
  4. Rename RequiresStorage to MaybeRequiresStorage

    ...to be consistent with the naming of other dataflow analyses.
    ecstatic-morse committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    e1f8a22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75d256f View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

  1. Process RequiresStorage results in pre-order

    Reverse post-order requires an allocation.
    ecstatic-morse committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    21cd1fe View commit details
    Browse the repository at this point in the history