Commit Graph

9 Commits

Author SHA1 Message Date
Kamil Śliwak
a75ebc5e15 FunctionCallGraph: operator<< for printing nodes in an unambiguous way 2021-02-11 19:44:39 +01:00
Kamil Śliwak
3150066eef [FIXUP] Add edges to dispatch only for function that call other functions, not ones that just access them 2021-02-11 19:44:39 +01:00
Kamil Śliwak
7411742dad [FIXUP] Don't skip edges to functions that have already been visited 2021-02-11 19:44:39 +01:00
Kamil Śliwak
f7f6b876d5 [FIXUP] Fix line wrapping in FunctionCallGraph docstring 2021-02-11 19:44:39 +01:00
Mathias Baumann
23ca9c4324 fixup! Impleme 2021-02-11 19:13:01 +01:00
Mathias Baumann
3838a3a29f fixup! Imp 2021-02-11 19:13:01 +01:00
Mathias Baumann
1bfc766139 Adjustments after rebase 2021-02-11 19:13:01 +01:00
Mathias Baumann
d6ab70c27d fixup! Implement 2021-02-11 19:13:00 +01:00
Mathias Baumann
c977c0cfd0 Implement a Function Call Graph 2021-02-11 16:53:01 +01:00