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

Assign node ids during macro expansion #36438

Merged
merged 9 commits into from
Sep 15, 2016

Commits on Sep 13, 2016

  1. Configuration menu
    Copy the full SHA
    50f94f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60440b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9821e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20b43b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72a6369 View commit details
    Browse the repository at this point in the history
  6. Perform node id assignment and macros_at_scope construction during

    the `InvocationCollector` and `PlaceholderExpander` folds.
    jseyfried committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    c86c8d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f3c2dca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    78c0039 View commit details
    Browse the repository at this point in the history
  9. Differentiate between monotonic and non-monotonic expansion and

    only assign node ids during monotonic expansion.
    jseyfried committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    b54e1e3 View commit details
    Browse the repository at this point in the history