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

fix[lang]: fix varinfo comparison #4164

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 22, 2024

  1. fix[lang]: fix varinfo comparison

    for `VarInfo`s which are declared in memory, the `VarInfo`
    initialization is missing `decl_node` and therefore different variables
    with the same type get detected as overlapping in loop iterator
    modification detection. this commit properly initializes the `VarInfo`s
    in memory.
    charles-cooper committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    45d2c48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7779b6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09dd1a3 View commit details
    Browse the repository at this point in the history