Commits

Chris Lattner committed fcb6b3df070
Fix <rdar://problem/17391625> Swift Compiler Crashes when Declaring a Variable and didSet in an Extension This moves a crude parser check for stored properties in enums & extensions into Sema, and changes it to be correct (rejecting the case that caused the crash in the radar) as well as more descriptive. Swift SVN r20695