Use a typed enum instead of 'unsigned char' for packed field. NFC.
authorPete Cooper <peter_cooper@apple.com>
Tue, 2 Dec 2014 23:34:23 +0000 (23:34 +0000)
committerPete Cooper <peter_cooper@apple.com>
Tue, 2 Dec 2014 23:34:23 +0000 (23:34 +0000)
commitdfc69d2c27e817d1c2eba44362f7f7edecb64dc4
tree7c43486c6f9d790b97553f18805fcebef4c52cf7
parent1dad6937c580b3211fb9c014a865ba734e10a32a
Use a typed enum instead of 'unsigned char' for packed field.  NFC.

This makes it easier to debug Twine as the 'Kind' fields now show their enum values in lldb and not escaped characters.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223178 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/Twine.h