[lldb/Utility] Polish the Scalar class
authorPavel Labath <pavel@labath.sk>
Mon, 24 Aug 2020 12:20:09 +0000 (14:20 +0200)
committerPavel Labath <pavel@labath.sk>
Fri, 28 Aug 2020 09:51:25 +0000 (11:51 +0200)
commit9b50546b0b4087ec2ee8479d68e70b89c7956aaa
treed1c93d68a081200c04ffa5ac5d34159be8c4ae93
parent1f9595ede48d694b8506d22fd71f7ce13e00dafa
[lldb/Utility] Polish the Scalar class

This patch is mostly about removing the "Category" enum, which was
very useful when the Type enum contained a large number of types, but
now the two are completely identical.

It also removes some other artifacts like unused typedefs and macros.
lldb/include/lldb/Utility/Scalar.h
lldb/source/Utility/Scalar.cpp