aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/CallGraph.cpp
AgeCommit message (Expand)Author
2009-11-14Change *BugReport constructors to take StringRefs.Benjamin Kramer
2009-10-28make CallGraph more flexible by letting it accept ASTContext instead of ASTUnit.Zhongxing Xu
2009-09-29Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be:Argyrios Kyrtzidis
2009-09-29Add more const-goodness to ASTLocation.Argyrios Kyrtzidis
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-07-24Add getDecl() to CallGraph and CallGraphNode.Zhongxing Xu
2009-07-23Add two nodes to the call graph:Zhongxing Xu
2009-07-23Add template specializations to view the call graph in dot format.Zhongxing Xu
2009-07-21Remove the ASTContext parameter from Entity::getPrintableName().Argyrios Kyrtzidis
2009-07-21Change the semantics for Entity.Argyrios Kyrtzidis
2009-07-18Replace stmt visitors with the fall back method.Zhongxing Xu
2009-07-17Rename Entity::getName() to Entity::getPrintableName() to make its purposeZhongxing Xu
2009-07-17As suggested by Argyrios, revert r76159 and make "FindImmediateParent" Zhongxing Xu
2009-07-17Refactor code into a new CallExpr::getDirectCallee() method. Simplify someZhongxing Xu
2009-07-17CallGraph: add a bunch of stmt visitors.Zhongxing Xu
2009-07-17CallGraph:Zhongxing Xu
2009-07-16Commit the initial implementation of call graph building.Zhongxing Xu