-
Couldn't load subscription status.
- Fork 261
Open
Labels
Component: APIIssue needs changes to the APIIssue needs changes to the APIComponent: CoreIssue needs changes to the coreIssue needs changes to the coreEffort: MediumIssues require < 1 month of workIssues require < 1 month of workImpact: MediumIssue is impactful with a bad, or no, workaroundIssue is impactful with a bad, or no, workaround
Description
We do not have an actual char type, it is merely the textual representation of the int8_t type.
If you for example wanted to propagate the character constant display type to all constants of type char (alias of int8_t) you would unknowingly make all non-char int8_t constants that display type.
>>> bv.parse_type_string("int8_t")
(<type: immutable:IntegerTypeClass 'char'>, '')
Metadata
Metadata
Assignees
Labels
Component: APIIssue needs changes to the APIIssue needs changes to the APIComponent: CoreIssue needs changes to the coreIssue needs changes to the coreEffort: MediumIssues require < 1 month of workIssues require < 1 month of workImpact: MediumIssue is impactful with a bad, or no, workaroundIssue is impactful with a bad, or no, workaround