Commits

Mark Lacey committed dee10cb1641
Update the new call graph so that edges have sets of call graph nodes. Previously we tracked a set of functions that could be called from a given call site. Now we track a set of call graph nodes (each of which represents a callable function). As a result we now create call graph nodes for declarations rather than just definitions. Swift SVN r21483