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

Prepare MutVisitors to handle interned projections #65197

Merged
merged 12 commits into from
Oct 19, 2019

Commits on Oct 18, 2019

  1. Configuration menu
    Copy the full SHA
    5de9cb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e069e9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    591cc9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb7d6d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3e9951 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0fc063f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39c9ed3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2b2e35b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f2a110 View commit details
    Browse the repository at this point in the history
  10. Setup a different visit place set of methods for mutable and immutabl…

    …e visitors
    
    In particular, use a blank visit_place for mutable visitor to be sure,
    non modified visitors are not trying to mutating place.
    spastorino committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    7fa3425 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d53fc9c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4834996 View commit details
    Browse the repository at this point in the history