[Bug 61263] find callers of functions
Paul Fee
pfee at talk21.com
Mon Dec 3 17:03:03 UTC 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=61263
------- Additional Comments From pfee talk21 com 2007-12-03 18:02 -------
Doxygen includes similar information. It has a call graph but (unfortunately) lacks a called-by graph.
It would also be nice if this feature was clever enough to understand C++ scoping rules, e.g. a call within foo::bar() to boo() could be a call to foo::boo() or boo() or a function within a namespace previously specified with "using namespace".
Grep will not provide enough intelligence to find such matches. However it's not a bad start if use of a C++ AST is too complex.
More information about the KDevelop-devel
mailing list