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

(c2rust-analyze) Add more (still incomplete) dataflow constraints for ptr casts #947

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

Commits on Jun 9, 2023

  1. (c2rust-analyze) Add the simple dataflow constraints for `CastKind:…

    …:Misc` (still incomplete).
    kkysen committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    3c03860 View commit details
    Browse the repository at this point in the history
  2. (c2rust-analyze) Add complete dataflow constraints for `CastKind::P…

    …ointer` (previously incomplete).
    
    More tests have also been added to `string_casts.rs`
    exercising as many of the `PointerCast`s as possible,
    but many of these crash later on, so they're disabled.
    kkysen committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    b20cea7 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. (c2rust-analyze) Fix cast_fn_item_to_fn_ptr test to correctly cre…

    …ate a `PointerCast::ReifyFnPointer`.
    kkysen committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    19ce2bd View commit details
    Browse the repository at this point in the history