[PATCH] D28905: [analyzer] Consider function call arguments while building CallGraph

2017-01-27 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL293280: [analyzer] Consider function call arguments while building CallGraph. (authored by dergachev). Changed prior to commit: https://reviews.llvm.org/D28905?vs=84973=86041#toc Repository: rL LLVM

[PATCH] D28905: [analyzer] Consider function call arguments while building CallGraph

2017-01-19 Thread Ivan Sidorenko via Phabricator via cfe-commits
IvanSidorenko created this revision. Function call can appear in the arguments of another function call. This patch adds support for such cases. https://reviews.llvm.org/D28905 Files: lib/Analysis/CallGraph.cpp test/Analysis/debug-CallGraph.c Index: test/Analysis/debug-CallGraph.c