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 certain varinfo comparisons #4164

Merged
merged 8 commits into from
Aug 7, 2024

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

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    562183a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    d31ab50 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42 from cyberthirst/fix/varinfo-compare

    fix test for rw analysis for AnAssign nodes
    charles-cooper committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0bd0709 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fb4670 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec697b8 View commit details
    Browse the repository at this point in the history