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).
- patterns
- Pattern detection for identifying
Box<T>andVec<T>candidates.