Expand description
Static analysis and type inference for C code.
Provides control flow analysis, data flow analysis, and type inference.
Modulesยง
- lock_
analysis - Lock-to-data binding analysis for pthread synchronization (DECY-077).
- output_
params - Output parameter detection for C-to-Rust transformation.
- patterns
- Pattern detection for identifying
Box<T>andVec<T>candidates. - subprocess_
analysis - Fork/exec subprocess pattern detection for C-to-Rust transpilation.
- tagged_
union_ analysis - Tagged union pattern detection (DECY-080).
- void_
ptr_ analysis - Void pointer analysis for generic type inference.