Commits

Joe Groff committed ce9802c5a55
ClangImporter: Allow unions and structs with bitfields to be imported. We still don't import the fields of unions or bitfields, but we want to at least be able to represent the types so that APIs using the types can be used from Swift. IRGen should be able to produce the correct layout for these types even if all of their fields don't get reflected into Swift. Swift SVN r19529