Open Bug 1623028 Opened 4 years ago Updated 2 years ago

Make defaulted destructor definitions inline or remove completely

Categories

(Developer Infrastructure :: Lint and Formatting, task)

Tracking

(Not tracked)

People

(Reporter: sg, Unassigned)

References

Details

As pointed out in https://bugzilla.mozilla.org/show_bug.cgi?id=1613985#c151 and https://bugzilla.mozilla.org/show_bug.cgi?id=1613985#c153, as a follow-up to declaring destructors using = default, many of these definitions can be made inline within the class definition (if all member's destructor's definitions are available at that point) and/or removed entirely (if they are public and not explicitly declared virtual).

Product: Firefox Build System → Developer Infrastructure
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.