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 #22604: Make endsInNoReturn traverse the tree #22612

Merged
merged 6 commits into from
Sep 1, 2023

Commits on Aug 31, 2023

  1. Rewrite endsInNoReturn

    SirOlaf committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    9630d35 View commit details
    Browse the repository at this point in the history
  2. Handle try stmt again and add tests

    SirOlaf committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    a1ae32a View commit details
    Browse the repository at this point in the history
  3. Fix unreachable code warning

    SirOlaf committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    631a552 View commit details
    Browse the repository at this point in the history
  4. Remove unreachable code in semexprs again

    SirOlaf committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    354417e View commit details
    Browse the repository at this point in the history
  5. Check it.len before skip

    SirOlaf committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    baed5df View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Move import of assertions

    SirOlaf committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    3b688eb View commit details
    Browse the repository at this point in the history