History log of /llvm-project/clang/lib/Analysis/CallGraph.cpp (Results 51 – 56 of 56)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9d052138 17-Jul-2009 Zhongxing Xu <xuzhongxing@gmail.com>

Rename Entity::getName() to Entity::getPrintableName() to make its purpose
more obvious.

llvm-svn: 76167


# 3436f58e 17-Jul-2009 Zhongxing Xu <xuzhongxing@gmail.com>

As suggested by Argyrios, revert r76159 and make "FindImmediateParent"
a public static method of ASTLocation.

llvm-svn: 76166


# 3c8fa978 17-Jul-2009 Zhongxing Xu <xuzhongxing@gmail.com>

Refactor code into a new CallExpr::getDirectCallee() method. Simplify some
code with the new method.

llvm-svn: 76164


# 2391d265 17-Jul-2009 Zhongxing Xu <xuzhongxing@gmail.com>

CallGraph: add a bunch of stmt visitors.

llvm-svn: 76161


# 6c1b35a0 17-Jul-2009 Zhongxing Xu <xuzhongxing@gmail.com>

CallGraph:
- add IfStmt visitor.
- print information only when a function has callee. Otherwise its ASTContext
map is NULL.

llvm-svn: 76156


# bc6eb71f 16-Jul-2009 Zhongxing Xu <xuzhongxing@gmail.com>

Commit the initial implementation of call graph building.

llvm-svn: 75873


123