Commits

Devin Coughlin committed f4e061f2d54
[Sema] Add diagnostic for #os() used outside of if statement guard. We restrict #os(...) to only the guard condition of if statements. We may want to loosen this restriction in the future (to, e.g., IfExprs) -- but, in general, we don't want #os() to appear where static analysis cannot easily determine its effect. Swift SVN r22720