Commits
Devin Coughlin committed 0d7996f4ee1
Add parsing of availability query expressions (#os(...)) This patch adds a new 'pound_os' token, a new case for it in parseExprPostfix, and parsing of platform version constraints, e.g., OSX >= 10.10. It also adds enough type checking and SILGen to get the parsing tests to run without triggering "Unimplemented" assertions. Swift SVN r21865