Change CallGraph print to show the fully qualified name
authorErich Keane <erich.keane@intel.com>
Wed, 12 Dec 2018 18:11:36 +0000 (18:11 +0000)
committerErich Keane <erich.keane@intel.com>
Wed, 12 Dec 2018 18:11:36 +0000 (18:11 +0000)
commit8e46c4b83f6c1788f78715ae2b66c35659b42538
tree6ebef22e944a723198a3d69aa18a8e17079ecc66
parenta3e74a1b136acb5577ffff7882ba076de909869c
Change CallGraph print to show the fully qualified name

CallGraph previously would just show the normal name of a function,
which gets really confusing when using it on large C++ projects.  This
patch switches the printName call to a printQualifiedName, so that the
namespaces are included.

Change-Id: Ie086d863f6b2251be92109ea1b0946825b28b49a
llvm-svn: 348950
clang/lib/Analysis/CallGraph.cpp
clang/test/Analysis/debug-CallGraph.cpp