Skip to main content

Crate decy_analyzer

Crate decy_analyzer 

Source
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> and Vec<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.