Commits

Slava Pestov committed e2cf23d971b
Reflection: Don't emit builtin descriptors for imported classes Previously we would emit both a builtin descriptor and field descriptor for imported classes, but we only need the latter. Untangle some code and fix a crash with imported Objective-C generics in the process. Fixes <rdar://problem/26498484>.