I am writing a static analyzer by clang libTooling, and I need the CallGraph of the Source Code to do some analysis. But I have no idea about how to get the CallGraph.
Could you give me some example or tips about how to get it?
Thanks a lot!
I am writing a static analyzer by clang libTooling, and I need the CallGraph of the Source Code to do some analysis. But I have no idea about how to get the CallGraph.
Could you give me some example or tips about how to get it?
Thanks a lot!