summaryrefslogtreecommitdiffstats
path: root/lib/Analysis/CallGraph.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] PCH deserialization optimization.Anna Zaks2012-04-121-61/+32
* Do not crash in the callgraph construction when encountering deleted function...Ted Kremenek2012-04-051-1/+2
* Fix dereference of end iterator. Spotted by ASan.Matt Beaumont-Gay2012-03-141-1/+3
* [analyzer] Refactor CallGraph to use Recursive AST visitor whenAnna Zaks2012-03-131-36/+32
* CallGraph: Add getNode() method, constify.Anna Zaks2012-03-091-0/+4
* Call Graph: Only the root node is allowed to have an invalid Decl*.Anna Zaks2012-03-081-1/+4
* Remove stray semi-colon.Daniel Dunbar2012-03-081-1/+1
* Add a basic CallGraph to Analysis.Anna Zaks2012-03-081-0/+207
* Fix layering violation by moving Analysis/CallGraph to IndexDaniel Dunbar2009-12-031-150/+0
* Adapt to the DOTGraphTraits changes in LLVM.Tobias Grosser2009-11-301-1/+3
* Change *BugReport constructors to take StringRefs.Benjamin Kramer2009-11-141-1/+1
* make CallGraph more flexible by letting it accept ASTContext instead of ASTUnit.Zhongxing Xu2009-10-281-3/+1
* Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be:Argyrios Kyrtzidis2009-09-291-4/+1
* Add more const-goodness to ASTLocation.Argyrios Kyrtzidis2009-09-291-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-9/+9
* Add getDecl() to CallGraph and CallGraphNode.Zhongxing Xu2009-07-241-0/+7
* Add two nodes to the call graph:Zhongxing Xu2009-07-231-0/+12
* Add template specializations to view the call graph in dot format.Zhongxing Xu2009-07-231-0/+21
* Remove the ASTContext parameter from Entity::getPrintableName().Argyrios Kyrtzidis2009-07-211-3/+2
* Change the semantics for Entity.Argyrios Kyrtzidis2009-07-211-6/+6
* Replace stmt visitors with the fall back method.Zhongxing Xu2009-07-181-21/+1
* Rename Entity::getName() to Entity::getPrintableName() to make its purposeZhongxing Xu2009-07-171-2/+3
* As suggested by Argyrios, revert r76159 and make "FindImmediateParent" Zhongxing Xu2009-07-171-1/+4
* Refactor code into a new CallExpr::getDirectCallee() method. Simplify someZhongxing Xu2009-07-171-15/+4
* CallGraph: add a bunch of stmt visitors.Zhongxing Xu2009-07-171-6/+20
* CallGraph:Zhongxing Xu2009-07-171-6/+12
* Commit the initial implementation of call graph building.Zhongxing Xu2009-07-161-0/+121