[cfe-dev] Fixing the bitfield enums

Argiris Kirtzidis akyrtzi at gmail.com
Sat Feb 23 16:15:03 PST 2008


Hi,

The attached patch, changes enum bitfields to "unsigned", to avoid getting
negative values because MSVC treats them as signed variables.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: enum-bitfields-fix.patch
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20080223/74d3750c/attachment.ksh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: enum-bitfields-fix.zip
Type: application/octet-stream
Size: 2828 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20080223/74d3750c/attachment.obj>


More information about the cfe-dev mailing list