commit | a94f64bfc77e930a2636d06009f94fb4ed20a545 | [log] [tgz] |
---|---|---|
author | Artem Dergachev <artem.dergachev@gmail.com> | Tue Aug 20 02:22:37 2019 +0000 |
committer | Artem Dergachev <artem.dergachev@gmail.com> | Tue Aug 20 02:22:37 2019 +0000 |
tree | 4a92d506c72ad5e748f8dc3da08177818ace9acb | |
parent | 3929c711543f9ed3a51d137717cd13eb07b59d7f [diff] |
[CallGraph] Take into accound calls that aren't within any function bodies. 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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@369321 91177308-0d34-0410-b5e6-96231b3b80d8