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

Verify if an expr contains errors before checking invertibility #1154

Merged
merged 2 commits into from
Aug 12, 2021

Commits on Aug 12, 2021

  1. Before checking invertibility verify if the expr contains errors

    The community has introduced a new annotation called "contains-errors" on AST
    nodes that contain semantic errors. As a result, after the upgrade of Checked C
    sources to LLVM 12 we need to check if an expr contains errors before operating
    on the expr. One such place is in InverseUtil::IsInvertible where we need to
    check if the input modifying expr contains errors.
    Mandeep Singh Grang committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    1f221bf View commit details
    Browse the repository at this point in the history
  2. Added containsErrors checks to InverUtil::Inverse

    Mandeep Singh Grang committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    0339e88 View commit details
    Browse the repository at this point in the history