tags:

views:

910

answers:

2

Are there any good source-code analyses tools for OSX. I am particularly interested in tools that are capable of diagramming function-call hierarchies for C and C++ source files.

+2  A: 

You might take a look at doxygen

EvilTeach
+1  A: 

doxygen can do this and a lot more.

Robert Gamble