]> granicus.if.org Git - clang/commit
Add template specializations to view the call graph in dot format.
authorZhongxing Xu <xuzhongxing@gmail.com>
Thu, 23 Jul 2009 09:04:23 +0000 (09:04 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Thu, 23 Jul 2009 09:04:23 +0000 (09:04 +0000)
commit16a705f26d069a0c9e391bf064bcd1bc3496ca83
tree2eec057bfcb602f27de4d4029da5cddebafaa3bf
parentf7856437cfcf49523d81ebe1fc2351e3284dedfa
Add template specializations to view the call graph in dot format.
 - change the DenseMap used in callgraph to std::map, since DenseMap cannot
   be used with mapped_iterator and friends.

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