Commits

Devin Coughlin committed 15eb15598ad
Add SILGen for API availability query expression. This patch adds SILGen for the API availability (#os(...)) construct. To do so, it (1) adds version range information to the AvailabilityQueryExpr AST in Sema, during type refinement context construction; and (2) uses that version range, during SILGen, to emit a call to the standard library's _stdlib_isOSVersionAtLeast function. Swift SVN r22348