immunant / c2rust

Migrate C code to Rust
https://c2rust.com/
Other
3.95k stars 234 forks source link

scripts/pdg.sh: also run analysis #974

Closed fw-immunant closed 6 months ago

fw-immunant commented 1 year ago

This is fairly hacky and best-effort, but until c2rust-analyze is a rustc wrapper for cargo, it's hard to do better, and this avoids duplicating the work of figuring out these hacks.

To see it in action: ./scripts/pdg.sh analysis/tests/minimal

fw-immunant commented 6 months ago

Superseded by #1069.