1. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  2. 10620eb Modify some deleted function methods to better reflect reality: by Sean Hunt · 13 years ago
  3. 7502c1d Give some convenient idiomatic accessors to Stmt::child_range and by John McCall · 13 years ago
  4. 6d956df Change CallGraph::Prog to be a reference. idx::Program means to be a global object to the Index library. by Zhongxing Xu · 14 years ago
  5. 8fd57fe Fix layering violation by moving Analysis/CallGraph to Index by Daniel Dunbar · 15 years ago[Renamed (98%) from lib/Analysis/CallGraph.cpp]
  6. 006b0eb Adapt to the DOTGraphTraits changes in LLVM. by Tobias Grosser · 15 years ago
  7. d02e232 Change *BugReport constructors to take StringRefs. by Benjamin Kramer · 15 years ago
  8. f20288c make CallGraph more flexible by letting it accept ASTContext instead of ASTUnit. by Zhongxing Xu · 15 years ago
  9. f4526e3 Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be: by Argyrios Kyrtzidis · 15 years ago
  10. 1ebd740 Add more const-goodness to ASTLocation. by Argyrios Kyrtzidis · 15 years ago
  11. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  12. e3e643f Add getDecl() to CallGraph and CallGraphNode. by Zhongxing Xu · 15 years ago
  13. 56a5d80 Add two nodes to the call graph: by Zhongxing Xu · 15 years ago
  14. 16a705f Add template specializations to view the call graph in dot format. by Zhongxing Xu · 15 years ago
  15. 4c7c5a1 Remove the ASTContext parameter from Entity::getPrintableName(). by Argyrios Kyrtzidis · 15 years ago
  16. f7cf15c Change the semantics for Entity. by Argyrios Kyrtzidis · 15 years ago
  17. 93cbae3 Replace stmt visitors with the fall back method. by Zhongxing Xu · 15 years ago
  18. 56aac3f Rename Entity::getName() to Entity::getPrintableName() to make its purpose by Zhongxing Xu · 15 years ago
  19. 7f66bd2 As suggested by Argyrios, revert r76159 and make "FindImmediateParent" by Zhongxing Xu · 15 years ago
  20. a004254 Refactor code into a new CallExpr::getDirectCallee() method. Simplify some by Zhongxing Xu · 15 years ago
  21. 6fc4505 CallGraph: add a bunch of stmt visitors. by Zhongxing Xu · 15 years ago
  22. 24ff030 CallGraph: by Zhongxing Xu · 15 years ago
  23. 6bd8fb5 Commit the initial implementation of call graph building. by Zhongxing Xu · 15 years ago