Open
Bug 1799517
Opened 2 years ago
Have a searchfox view of C++ classes that lists the destruction order of fields in a given concrete class, as well as potentially having an associated destruction ordinal in its terse overview
Categories
(Webtools :: Searchfox, enhancement)
Webtools
Searchfox
Tracking
(Not tracked)
NEW
People
(Reporter: asuth, Unassigned)
References
Details
C++ destruction ordering can be subtle and especially until we address bug 1468445 on providing a data view of structs/classes[1], it can be a hassle to manually establish these things. We could likely implement this as part of bug 1468445.
1: We have the data, we just need to basically surface it like we did in the fancy branch. This is actually rather easy to do, but the trickier part is the UX around selecting that view.
You need to log in
before you can comment on or make changes to this bug.
Description
•