Commits

Slava Pestov committed 9242f6ab51d
ClangImporter support for bitfields Bitfields are imported as computed properties with Clang-generated accessors. While we cannot represent them directly in SIL, we can still synthesize a memberwise initializer, so also decouple that notion from "has unreferenceable storage". Fixes <rdar://problem/21702107>. Swift SVN r31779