Commits

Joe Groff committed 70d725717b0
IRGen: Disable the mask-and-retain optimization for mixed Swift/ObjC enums. Retaining and releasing String's HeapBuffer with objc_retain/objc_release is causing mysterious heap corruption issues I haven't been able to sort out. Turn this off so it doesn't bite other people before we sort it out. Swift SVN r12465