Commits

Devin Coughlin committed 72930130be4
Sema: Generalize AvailabilityFixitParentFinder to take predicate Update AvailabilityFixitParentFinder (and rename it) to find the innermost node in the AST that both contains a given SourceRange and matches a given predicate. I will use this more general facility in a later commit. NFC. Swift SVN r26683