Are there any C-language static analysers out there that create graphical diagrams of the data structures in a body of C code?

I'm thinking along the lines of the data displays in the DDD (Data Display Debugger) but that work from static analysis of the source code.

Any diagram notation welcome (UML etc.) and it can run on any platform.

Thanks.

link|improve this question

25% accept rate
feedback

1 Answer

Take a look at Enterprise Architect. It is fairly inexpensive and does just this and comes with a 30 day free trial. And no, I don't work for them :) .

Understand is also a great tool for diagraming existing C / C++ code, to help you understand it.

link|improve this answer
Thanks. I'll try these. – Paul Bullough Oct 18 '10 at 9:31
Ohh, "Enterprise Architect". Those two words together in the name of a product scare me :D – Ed S. Jan 30 '11 at 22:21
+1 for Understand. A great tool for documenting structures and call trees. – CoreyStup Jan 31 '11 at 2:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.