summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/cxx-callgraph.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [CallGraph] Take into accound calls that aren't within any function bodies.Artem Dergachev2019-08-201-0/+29
This patch improves Clang call graph analysis by adding in expressions that are not found in regular function bodies, such as default arguments or member initializers. Patch by Joshua Cranmer! Differential Revision: https://reviews.llvm.org/D65453 llvm-svn: 369321
OpenPOWER on IntegriCloud