index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
CallGraph.cpp
Age
Commit message (
Expand
)
Author
2012-12-21
[analyzer] Fix typos.
Anna Zaks
2012-12-21
[analyzer] Re-apply r170826 and make the dumping of the GallGraph
Anna Zaks
2012-12-21
Revert r170826. The output of
Rafael Espindola
2012-12-21
[analyzer] Traverse the Call Graph in topological order.
Anna Zaks
2012-12-21
[analyzer] Add blocks and ObjC messages to the call graph.
Anna Zaks
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-06-06
Remove unused private member variables found by clang's new -Wunused-private-...
Benjamin Kramer
2012-04-12
[analyzer] PCH deserialization optimization.
Anna Zaks
2012-04-05
Do not crash in the callgraph construction when encountering deleted function...
Ted Kremenek
2012-03-14
Fix dereference of end iterator. Spotted by ASan.
Matt Beaumont-Gay
2012-03-13
[analyzer] Refactor CallGraph to use Recursive AST visitor when
Anna Zaks
2012-03-09
CallGraph: Add getNode() method, constify.
Anna Zaks
2012-03-08
Call Graph: Only the root node is allowed to have an invalid Decl*.
Anna Zaks
2012-03-08
Remove stray semi-colon.
Daniel Dunbar
2012-03-08
Add a basic CallGraph to Analysis.
Anna Zaks
2009-12-03
Fix layering violation by moving Analysis/CallGraph to Index
Daniel Dunbar
2009-11-30
Adapt to the DOTGraphTraits changes in LLVM.
Tobias Grosser
2009-11-14
Change *BugReport constructors to take StringRefs.
Benjamin Kramer
2009-10-28
make CallGraph more flexible by letting it accept ASTContext instead of ASTUnit.
Zhongxing Xu
2009-09-29
Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be:
Argyrios Kyrtzidis
2009-09-29
Add more const-goodness to ASTLocation.
Argyrios Kyrtzidis
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
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