Commits

Slava Pestov committed 33feabb504c
SIL: Hack in getLoweredASTFunctionType() for bitfield accessors Bitfield accessors are generated by Clang, but have a curried function type Self -> * -> *. This isn't supported for ClangType AbstractionPatterns, so just special case lowering these since they're so simple. NFC until bitfields land. Swift SVN r31764