Commits

Devin Coughlin committed 9f4233bdc14
Move validation of #available() from Sema to Parse In anticipation of adding short-form @available() annotations, move validation of #available() platform/version lists out of Sema and into the parser. This also enables slightly more graceful recovery from errors. Swift SVN r28637