]> granicus.if.org Git - clang/commit
Add two nodes to the call graph:
authorZhongxing Xu <xuzhongxing@gmail.com>
Thu, 23 Jul 2009 13:39:38 +0000 (13:39 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Thu, 23 Jul 2009 13:39:38 +0000 (13:39 +0000)
commit56a5d8087735438fcedea4ce3e22eb07d1d27e75
tree4013d58f771ae7926414f4c134bc8ffa00ff49a7
parent16a705f26d069a0c9e391bf064bcd1bc3496ca83
Add two nodes to the call graph:
 - Root is the main function or 0.
 - ExternalCallingNode has edges to all external functions.

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