Tools to view/diagram function-call hierarchies for C or C++ source files in OSX [closed]

StackOverflow https://stackoverflow.com/questions/267507

  •  06-07-2019
  •  | 
  •  

Question

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.

Was it helpful?

Solution

You might take a look at doxygen

OTHER TIPS

doxygen can do this and a lot more.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top