Update lldb to match clang r331244 (addition of char8_t).
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 2 May 2018 02:43:22 +0000 (02:43 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 2 May 2018 02:43:22 +0000 (02:43 +0000)
commit51d12d8885450e52a82fbebee4a33612551f0864
treed3b744302bd633557b48ffeddf98566f00664f3b
parent22d97065d358d977eab163c6e07540072eea2642
Update lldb to match clang r331244 (addition of char8_t).

Also fix misclassification of char16_t and char32_t: these are unsigned types,
not signed types.

llvm-svn: 331323
lldb/source/Symbol/ClangASTContext.cpp