-
Notifications
You must be signed in to change notification settings - Fork 280
Labels
Component: CoreIssue needs changes to the coreIssue needs changes to the coreComponent: DemanglerEffort: MediumIssues require < 1 month of workIssues require < 1 month of workImpact: LowIssue is a papercut or has a good, supported workaroundIssue is a papercut or has a good, supported workaround
Milestone
Description
Internal tests show several similar cases, but here's one example case I can share publicly:
Mangled name:
_ZSt12__miter_baseIPlEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E
What we produce:
(__miter_base, ((base).(__miter_base))) std::__miter_base<int32_t*>(std::move_iterator<int32_t*>)
Possible real result:
decltype (__miter_base(({parm#1}.base)())) std::__miter_base<int32_t*>(std::move_iterator<int32_t*>)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: CoreIssue needs changes to the coreIssue needs changes to the coreComponent: DemanglerEffort: MediumIssues require < 1 month of workIssues require < 1 month of workImpact: LowIssue is a papercut or has a good, supported workaroundIssue is a papercut or has a good, supported workaround