Commits

Slava Pestov committed dd2b4a92997
IRGen: Fix emission of categories with @NSManaged properties The FIXME comment no longer applied and the if statement didn't make sense. Perhaps the 'break' was at one point meant to be a 'continue', however now we seem to correctly handle emission of a property descriptor for a property without accessors. Fixes <rdar://problem/21474718>. Swift SVN r30132