]> granicus.if.org Git - clang/commit
Commit the initial implementation of call graph building.
authorZhongxing Xu <xuzhongxing@gmail.com>
Thu, 16 Jul 2009 00:54:12 +0000 (00:54 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Thu, 16 Jul 2009 00:54:12 +0000 (00:54 +0000)
commit6bd8fb50acadeeafd923e98cd6a94efeb75693dc
treea6474ab174c979234caa01c2a371798583725634
parentc70e8d90d192af8f4e8caca4d20c85b843f7d699
Commit the initial implementation of call graph building.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75873 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/CallGraph.h [new file with mode: 0644]
lib/Analysis/CallGraph.cpp [new file with mode: 0644]