summaryrefslogtreecommitdiffstats
path: root/system/sparse/README
blob: 76cc70e7fb1b0d0bfd6d7dbffc3a66b04f86c485 (plain)
1
2
3
4
5
6
7
8
Sparse is a semantic parser provides a compiler frontend
capable of parsing ANSI C as well as many GCC extensions,
and a collection of sample compiler backends including a
static analyzer called sparse.It is designed to convey
semantic information about types or what locks function
aquires or releases.

This is an optional dependency for QEMU