D120690 introduced eBasicTypeChar8 but missed proper documentation order. This also introduces the missing bindings data on Swig, which should correspond with the documented information.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lldb/include/lldb/lldb-enumerations.h | ||
---|---|---|
750 | Does the order of the enum matter here? Since this is part of the public API it might break something externally. |
Comment Actions
I guess you'll want to use this type for your language plugin, but it seems a bit weird to have a value with no uses. Should we maybe also make c++ char8_t map to this type?
lldb/include/lldb/lldb-enumerations.h | ||
---|---|---|
750 | Yes, this should go the the end of the enum (though we're not very good at enforcing it, so I wouldn't be surprised if some of these values were added "in the middle"). |
Does the order of the enum matter here? Since this is part of the public API it might break something externally.