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)
commita598e5c9d515beaedff2412dba4f72e5be0068ba
tree42ac6f379c1f6154975b2d0441b71d056e2d50dd
parentfdd52922c2ed7f9ae50009937f9187e1bfb9235e
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.

llvm-svn: 76874
clang/include/clang/Analysis/CallGraph.h
clang/lib/Analysis/CallGraph.cpp