]> gcc.gnu.org Git - gcc.git/commit
Add a virtual vrange destructor.
authorAldy Hernandez <aldyh@redhat.com>
Wed, 21 Feb 2024 08:33:19 +0000 (09:33 +0100)
committerAldy Hernandez <aldyh@redhat.com>
Sun, 28 Apr 2024 19:02:59 +0000 (21:02 +0200)
commita78dfb0fc83606e9b83b76575deb7e43300254fa
treee2f54b416bbcfe4e0b5208a8122fd9514070c887
parent21713edf52974d14238cdda865fc662eca58302a
Add a virtual vrange destructor.

Richi mentioned in PR113476 that it would be cleaner to move the
destructor from int_range to the base class.  Although this isn't
strictly necessary, as there are no users, it is good to future proof
things, and the overall impact is miniscule.

gcc/ChangeLog:

* value-range.h (vrange::~vrange): New.
(int_range::~int_range): Make final override.
gcc/value-range.h
This page took 0.059357 seconds and 6 git commands to generate.