6 lines
282 B
Text
6 lines
282 B
Text
|
cqual is a type-based analysis tool for finding bugs in C programs. It
|
||
|
extends the type system of C with extra user-defined type qualifiers.
|
||
|
The programmer annotates their program in a few places, and cqual
|
||
|
performs qualifier inference to check whether the annotations are
|
||
|
correct.
|