Commits

Mark Lacey committed 0b46c2a1ee5
Determine which class_method call sites might call unknown functions. Previously we conservatively assumed any class_method call site could call unknown functions. With this commit we now determine which call sites really can call unknown functions. For those that cannot, we know all possible callees, and can use that fact in interprocedural analyses like side-effect analysis and capture analysis. Swift SVN r32772