analyzer: add some missing FINAL OVERRIDEs
authorDavid Malcolm <dmalcolm@redhat.com>
Mon, 28 Sep 2020 20:59:15 +0000 (16:59 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Mon, 28 Sep 2020 23:52:14 +0000 (19:52 -0400)
commitc0ed6afef7897f32dc199da9a5430664fcbb61bb
tree7bec42682978b44434d09cd3c011d421cead0ee0
parent20d16d61dd22a9bfb66d5c4a383d193037e8f16d
analyzer: add some missing FINAL OVERRIDEs

Spotted by cppcheck.

gcc/analyzer/ChangeLog:
* region-model.h (binop_svalue::dyn_cast_binop_svalue): Remove
redundant "virtual".  Add FINAL OVERRIDE.
(widening_svalue::dyn_cast_widening_svalue): Add FINAL OVERRIDE.
(compound_svalue::dyn_cast_compound_svalue): Likewise.
(conjured_svalue::dyn_cast_conjured_svalue): Likewise.
gcc/analyzer/region-model.h