Commits
Michael Gottesman committed ebfcc123a39
[callgraph] Teach the callgraph how to determine for simple cases if we have a complete caller set. We specifically only handle cases of functions that are not visible externally and for whom all function_refs to the function only have apply inst users. <rdar://problem/19137435> Swift SVN r23714