ncc is a compiler that produces program analysis information. ncc is a decent replacement of cflow and cscope able to analyse any program using the gcc compiler. The program also incliudes a graphical call-graph navigator and source browser which is extremely practical for hacking and comprehending large projects. Does someone find this useful?
5 lines
316 B
Text
5 lines
316 B
Text
ncc is a compiler that produces program analysis information. ncc
|
|
is a decent replacement of cflow and cscope able to analyse any
|
|
program using the gcc compiler. The program also incliudes a
|
|
graphical call-graph navigator and source browser which is extremely
|
|
practical for hacking and comprehending large projects.
|