[MC] Use unsigned for the Kind bitfield in MCSymbol
authorReid Kleckner <reid@kleckner.net>
Mon, 8 Jun 2015 22:12:44 +0000 (22:12 +0000)
committerReid Kleckner <reid@kleckner.net>
Mon, 8 Jun 2015 22:12:44 +0000 (22:12 +0000)
commitdea5078cdede46d1e7213fee40fcdd7d245b82dd
tree930e0c766ffaf30cbbfcd8f9707a4811f90f23f4
parentb65591326e92f736af020323046d89b804108537
[MC] Use unsigned for the Kind bitfield in MCSymbol

Fixes most of the test suite on Windows with clang-cl.

I'm not sure why the test suite was passing with MSVC 2013. Maybe they
changed their behavior and we are emulating their old sign extension
behavior. I think this deserves more investigation, but I want to green
the bot first.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239357 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCSymbol.h