Age | Commit message (Expand) | Author |
---|---|---|
2009-07-24 | Add getDecl() to CallGraph and CallGraphNode. | Zhongxing Xu |
2009-07-23 | Add two nodes to the call graph: | Zhongxing Xu |
2009-07-23 | Add template specializations to view the call graph in dot format. | Zhongxing Xu |
2009-07-21 | Remove the ASTContext parameter from Entity::getPrintableName(). | Argyrios Kyrtzidis |
2009-07-21 | Change the semantics for Entity. | Argyrios Kyrtzidis |
2009-07-18 | Replace stmt visitors with the fall back method. | Zhongxing Xu |
2009-07-17 | Rename Entity::getName() to Entity::getPrintableName() to make its purpose | Zhongxing Xu |
2009-07-17 | As suggested by Argyrios, revert r76159 and make "FindImmediateParent" | Zhongxing Xu |
2009-07-17 | Refactor code into a new CallExpr::getDirectCallee() method. Simplify some | Zhongxing Xu |
2009-07-17 | CallGraph: add a bunch of stmt visitors. | Zhongxing Xu |
2009-07-17 | CallGraph: | Zhongxing Xu |
2009-07-16 | Commit the initial implementation of call graph building. | Zhongxing Xu |