Commits

Devin Coughlin committed bdc7475d6bf
Sema: Add temporary flag to stage in availability checking in implicit functions This flag enables checking of availability (deprecation, explicit unavailability, and potential unavailability) in synthesized functions. The flag will go away once this checking is fully staged in. Swift SVN r26624