ncc 2.8 (Stable branch)

ncc is a C source code analyzer which generates program flow and variable usage information. Using it should be as easy as changing CC=gcc to CC=ncc in makefiles, and effort has been made to support most common gcc extensions. ncc has been tested with the sources of the Linux kernel, gtk, gcc, gdb, bind, mpg123, ncftp, and many other famous projects. License: Artistic License Changes:
ncc output files are automatically stripped during linking. This saves space and avoids some cases where the nccout files could grow exponentially. Minor bugs were fixed to be able to analyze Linux 2.6.27.

More...