Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] call graph in CDT?

Nope, the CDT does not currently have a call graph. You should be able to
use the DOM to build one though. I assume when you say CAST, you mean DOM
which is everything from IASTTranslationUnit and IPDOM on down.

Doug Schaefer, QNX Software Systems
Eclipse CDT Project Lead, Tools PMC member
http://cdtdoug.blogspot.com
 
-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
Behalf Of Evelyn Duesterwald
Sent: Thursday, June 22, 2006 11:57 AM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] call graph in CDT?

Hello, we are starting a summer project using CDT to implement a static
analysis on the CAST. We also need a call graph to implement our analysis
interprocedurally. Can anybody tell me whether CDT contains a function call
graph or support to build one?

Thanks,

- Evelyn Duesterwald

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top