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: Ie813762ce32bbebf26bf1f661ffacba67636ef92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508200 Auto-Submit: Zentaro Kavanagh <zentaro@chromium.org> Commit-Queue: John Rummell <jrummell@chromium.org> Reviewed-by:John Rummell <jrummell@chromium.org> Cr-Commit-Position: refs/heads/master@{#823455}
Showing
Please register or sign in to comment