1. 8fd57fe Fix layering violation by moving Analysis/CallGraph to Index by Daniel Dunbar · 15 years ago[Renamed (98%) from lib/Analysis/CallGraph.cpp]
  2. 006b0eb Adapt to the DOTGraphTraits changes in LLVM. by Tobias Grosser · 15 years ago
  3. d02e232 Change *BugReport constructors to take StringRefs. by Benjamin Kramer · 15 years ago
  4. f20288c make CallGraph more flexible by letting it accept ASTContext instead of ASTUnit. by Zhongxing Xu · 15 years ago
  5. f4526e3 Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be: by Argyrios Kyrtzidis · 15 years ago
  6. 1ebd740 Add more const-goodness to ASTLocation. by Argyrios Kyrtzidis · 15 years ago
  7. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  8. e3e643f Add getDecl() to CallGraph and CallGraphNode. by Zhongxing Xu · 15 years ago
  9. 56a5d80 Add two nodes to the call graph: by Zhongxing Xu · 15 years ago
  10. 16a705f Add template specializations to view the call graph in dot format. by Zhongxing Xu · 15 years ago
  11. 4c7c5a1 Remove the ASTContext parameter from Entity::getPrintableName(). by Argyrios Kyrtzidis · 15 years ago
  12. f7cf15c Change the semantics for Entity. by Argyrios Kyrtzidis · 15 years ago
  13. 93cbae3 Replace stmt visitors with the fall back method. by Zhongxing Xu · 15 years ago
  14. 56aac3f Rename Entity::getName() to Entity::getPrintableName() to make its purpose by Zhongxing Xu · 15 years ago
  15. 7f66bd2 As suggested by Argyrios, revert r76159 and make "FindImmediateParent" by Zhongxing Xu · 15 years ago
  16. a004254 Refactor code into a new CallExpr::getDirectCallee() method. Simplify some by Zhongxing Xu · 15 years ago
  17. 6fc4505 CallGraph: add a bunch of stmt visitors. by Zhongxing Xu · 15 years ago
  18. 24ff030 CallGraph: by Zhongxing Xu · 15 years ago
  19. 6bd8fb5 Commit the initial implementation of call graph building. by Zhongxing Xu · 15 years ago