summaryrefslogtreecommitdiffstats
path: root/lib/Analysis/CallGraph.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add getDecl() to CallGraph and CallGraphNode.Zhongxing Xu2009-07-241-0/+7
* Add two nodes to the call graph:Zhongxing Xu2009-07-231-0/+12
* Add template specializations to view the call graph in dot format.Zhongxing Xu2009-07-231-0/+21
* Remove the ASTContext parameter from Entity::getPrintableName().Argyrios Kyrtzidis2009-07-211-3/+2
* Change the semantics for Entity.Argyrios Kyrtzidis2009-07-211-6/+6
* Replace stmt visitors with the fall back method.Zhongxing Xu2009-07-181-21/+1
* Rename Entity::getName() to Entity::getPrintableName() to make its purposeZhongxing Xu2009-07-171-2/+3
* As suggested by Argyrios, revert r76159 and make "FindImmediateParent" Zhongxing Xu2009-07-171-1/+4
* Refactor code into a new CallExpr::getDirectCallee() method. Simplify someZhongxing Xu2009-07-171-15/+4
* CallGraph: add a bunch of stmt visitors.Zhongxing Xu2009-07-171-6/+20
* CallGraph:Zhongxing Xu2009-07-171-6/+12
* Commit the initial implementation of call graph building.Zhongxing Xu2009-07-161-0/+121