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. - tagged_
union_ analysis - Tagged union pattern detection (DECY-080).