1. 08165d8 [analyzer] Fix typos. by Anna Zaks · 12 years ago
  2. bd80231 [analyzer] Re-apply r170826 and make the dumping of the GallGraph deterministic. by Anna Zaks · 12 years ago
  3. 6d42f4d Revert r170826. The output of by Rafael Espindola · 12 years ago
  4. e34e193 [analyzer] Traverse the Call Graph in topological order. by Anna Zaks · 12 years ago
  5. 4f858df [analyzer] Add blocks and ObjC messages to the call graph. by Anna Zaks · 12 years ago
  6. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  7. facde17 Remove unused private member variables found by clang's new -Wunused-private-field. by Benjamin Kramer · 12 years ago
  8. 6a86082 [analyzer] PCH deserialization optimization. by Anna Zaks · 12 years ago
  9. bb3d20f Do not crash in the callgraph construction when encountering deleted function definitions. Fixes <rdar://problem/11178609>. by Ted Kremenek · 12 years ago
  10. d53e877 Fix dereference of end iterator. Spotted by ASan. by Matt Beaumont-Gay · 12 years ago
  11. a2e589e [analyzer] Refactor CallGraph to use Recursive AST visitor when by Anna Zaks · 12 years ago
  12. a5d531f CallGraph: Add getNode() method, constify. by Anna Zaks · 12 years ago
  13. d277661 Call Graph: Only the root node is allowed to have an invalid Decl*. by Anna Zaks · 12 years ago
  14. a50a5cd Remove stray semi-colon. by Daniel Dunbar · 12 years ago
  15. 196b8cf Add a basic CallGraph to Analysis. by Anna Zaks · 12 years ago
  16. 8fd57fe Fix layering violation by moving Analysis/CallGraph to Index by Daniel Dunbar · 15 years ago
  17. 006b0eb Adapt to the DOTGraphTraits changes in LLVM. by Tobias Grosser · 15 years ago
  18. d02e232 Change *BugReport constructors to take StringRefs. by Benjamin Kramer · 15 years ago
  19. f20288c make CallGraph more flexible by letting it accept ASTContext instead of ASTUnit. by Zhongxing Xu · 15 years ago
  20. f4526e3 Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be: by Argyrios Kyrtzidis · 15 years ago
  21. 1ebd740 Add more const-goodness to ASTLocation. by Argyrios Kyrtzidis · 15 years ago
  22. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  23. e3e643f Add getDecl() to CallGraph and CallGraphNode. by Zhongxing Xu · 15 years ago
  24. 56a5d80 Add two nodes to the call graph: by Zhongxing Xu · 15 years ago
  25. 16a705f Add template specializations to view the call graph in dot format. by Zhongxing Xu · 15 years ago
  26. 4c7c5a1 Remove the ASTContext parameter from Entity::getPrintableName(). by Argyrios Kyrtzidis · 15 years ago
  27. f7cf15c Change the semantics for Entity. by Argyrios Kyrtzidis · 15 years ago
  28. 93cbae3 Replace stmt visitors with the fall back method. by Zhongxing Xu · 15 years ago
  29. 56aac3f Rename Entity::getName() to Entity::getPrintableName() to make its purpose by Zhongxing Xu · 15 years ago
  30. 7f66bd2 As suggested by Argyrios, revert r76159 and make "FindImmediateParent" by Zhongxing Xu · 15 years ago
  31. a004254 Refactor code into a new CallExpr::getDirectCallee() method. Simplify some by Zhongxing Xu · 15 years ago
  32. 6fc4505 CallGraph: add a bunch of stmt visitors. by Zhongxing Xu · 15 years ago
  33. 24ff030 CallGraph: by Zhongxing Xu · 15 years ago
  34. 6bd8fb5 Commit the initial implementation of call graph building. by Zhongxing Xu · 15 years ago