commit | a4ddfbe33b764e554d5a310509efd5af6cd0226d | [log] [tgz] |
---|---|---|
author | Liz Kammer <eakammer@google.com> | Thu Jul 22 10:09:32 2021 -0400 |
committer | Liz Kammer <eakammer@google.com> | Fri Jul 23 17:21:11 2021 +0000 |
tree | de6267d67422a3bbba6c55121e2d0be8a68f27c2 | |
parent | dc425aefbc9fca6a4f2a71ec2534daf701a74105 [diff] |
Mark classes as final that have final destructors Having a final destructor prevents the class from being inherited from, adding the designation final to the class makes this behavior more explicit. This is required to re-enable the error for -Wno-final-dtor-non-final-class. Test: m Merged-In: Ia3126d30e19edfd17f7c8da368e9763ca5501e84 Change-Id: Id1d7c607af9cca0109e1f763052894cf179f4af1