Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CallGraph] Take into accound calls that aren't within any function bodies. | Artem Dergachev | 2019-08-20 | 1 | -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 |