summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/debug-CallGraph.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change CallGraph print to show the fully qualified nameErich Keane2018-12-121-5/+6
| | | | | | | | | | 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
* Make clang::CallGraph look into template instantiationsErich Keane2018-12-121-0/+88
Clang's CallGraph analysis doesn't use the RecursiveASTVisitor's setting togo into template instantiations. The result is that anything wanting to do call graph analysis ends up missing any template function calls. Change-Id: Ib4af44ed59f15d43f37af91622a203146a3c3189 llvm-svn: 348942
OpenPOWER on IntegriCloud