d: add 'final' and 'override' to gcc/d/*.cc 'visit' impls
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 24 May 2022 13:07:22 +0000 (09:07 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Tue, 24 May 2022 13:07:22 +0000 (09:07 -0400)
commit442cf0977a2993940a81aac08134fcdde4fb3035
tree248de6a6b1b04853f08ffd11ed66d16fb3a3849a
parentd44e471cf041d5a304f2b2bbc7d104fa17f0e9da
d: add 'final' and 'override' to gcc/d/*.cc 'visit' impls

gcc/d/ChangeLog:
* decl.cc: Add "final" and "override" to all "visit" vfunc decls
as appropriate.
* expr.cc: Likewise.
* toir.cc: Likewise.
* typeinfo.cc: Likewise.
* types.cc: Likewise.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
gcc/d/decl.cc
gcc/d/expr.cc
gcc/d/toir.cc
gcc/d/typeinfo.cc
gcc/d/types.cc