Mark classes with final dtors as final
- -Wfinal-dtor-non-final-class warns on classes with final dtors but not final classes. - Error messages are better when the class is marked final. - Fix existing issues in code base and a follow up will remove warning exemption. Bug: 999886 Test: no errors building Change-Id: I1c7d6c834958298ff1b369f47be2efd2a8227338 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508187Reviewed-by:Kentaro Hara <haraken@chromium.org> Commit-Queue: Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#827841}
Showing
Please register or sign in to comment