Commits

Doug Gregor committed b29192fe54b
Diagnose non-optional @IBOutlets <rdar://problem/17654693>. A while back we decided to require @IBOutlets to be optional (via ! or ?); we got as far as ripping out the implicit !'ification of @IBOutlets, but never added the diagnostic. Diagnose this restriction with Fix-Its. Swift SVN r19981