Commits

Mark Lacey committed 94ddaf22b90
Remove the getComplete* functions from call graph. Rename the getPartial* functions to get* in each case. The intent in splitting these into two APIs was to catch bugs, but it adds complexity without really adding much safety since a client could call getPartial* and treat the results as if they are complete. Swift SVN r32685