llvm-project/llvm/include
David Majnemer 9319cbc045 [CodeView] Implement support for bitfields in LLVM
CodeView need to know the offset of the storage allocation for a
bitfield.  Encode this via the "extraData" field in DIDerivedType and
introduced a new flag, DIFlagBitField, to indicate whether or not a
member is a bitfield.

This fixes PR28162.

Differential Revision: http://reviews.llvm.org/D21782

llvm-svn: 274200
2016-06-30 03:00:20 +00:00
..
llvm [CodeView] Implement support for bitfields in LLVM 2016-06-30 03:00:20 +00:00
llvm-c Add support for string attributes in the C API. 2016-06-15 17:50:39 +00:00