Commits

Devin Coughlin committed bd88d3f7770
Sema: Suggest availability Fix-Its in proper location for enum cases. The commit fixes availability Fix-Its on enum elements to suggest a new availability attribute on the enum case (which is where attributes live in concrete syntax) rather than on the enum element (which is where they are attached in the abstract syntax tree). Swift SVN r26401