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

jbmc, janalyzer: Remove unnecessary dynamic_cast #8418

Merged

Commits on Aug 20, 2024

  1. jbmc, janalyzer: Remove unnecessary dynamic_cast

    `lazy_goto_modelt::process_whole_model_and_freeze` returns a unique
    pointer to `goto_modelt`, which these call sites unnecessarily
    generalised to `abstract_goto_modelt` (just to then `dynamic_cast` it to
    `goto_modelt`). Fix the local pointer types and remove the now no longer
    necessary cast.
    tautschnig committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3fef02a View commit details
    Browse the repository at this point in the history