Commits

Joe Groff committed fe5da5bc433
IRGen: Add a "getBitMaskForNoPayloadElements" accessor for enum layout. LLDB needs this in order to accurately test enums that use extra inhabitants of aggregates, for which we don't guarantee that we set all of the bits to an exact value. Allows lldb to address <rdar://problem/17787682>. Swift SVN r20527