]> granicus.if.org Git - clang/commit
make CallGraph more flexible by letting it accept ASTContext instead of ASTUnit.
authorZhongxing Xu <xuzhongxing@gmail.com>
Wed, 28 Oct 2009 12:23:03 +0000 (12:23 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Wed, 28 Oct 2009 12:23:03 +0000 (12:23 +0000)
commitf20288c91601dd3fbab6362a3400a0e6c472795f
treee6686b52fa143045f4faed8eb00e9f784f9108a7
parent67665869ccf238df4c709536bf62fca25957257b
make CallGraph more flexible by letting it accept ASTContext instead of ASTUnit.
Patch by Simone Pellegrini.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85386 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/CallGraph.h
lib/Analysis/CallGraph.cpp
tools/wpa/clang-wpa.cpp