]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/lto/lto-dump.cc
Add 'final' and 'override' in various places
authorDavid Malcolm <dmalcolm@redhat.com>
Mon, 27 Jun 2022 21:00:34 +0000 (17:00 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Mon, 27 Jun 2022 21:00:34 +0000 (17:00 -0400)
commit26f77c4d19b827f3a2a8a9323df8e182e1389cb9
tree34c4715289d2b7bd46c08eca7265916bfc9304e6
parent0a8333ade9a03fc203055e69c05008d9733e9e9d
Add 'final' and 'override' in various places

gcc/cp/ChangeLog:
* cxx-pretty-print.h: Add "final" and "override" to various vfunc
implementations, removing redundant "virtual" as appropriate.
* module.cc: Likewise.

gcc/ChangeLog:
* genmatch.cc: Add "final" and "override" to various vfunc
implementations, removing redundant "virtual" as appropriate.
* gensupport.cc: Likewise.
* gimple-range-cache.h: Likewise.
* ipa-icf-gimple.h: Likewise.
* ipa-icf.h: Likewise.
* read-md.h: Likewise.
* read-rtl-function.cc: Likewise.
* tree-ssa-loop-ch.cc: Likewise.
* tree-ssa-sccvn.cc: Likewise.

gcc/lto/ChangeLog:
* lto-dump.cc: Add "final" and "override" to various vfunc
implementations, removing redundant "virtual" as appropriate.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
12 files changed:
gcc/cp/cxx-pretty-print.h
gcc/cp/module.cc
gcc/genmatch.cc
gcc/gensupport.cc
gcc/gimple-range-cache.h
gcc/ipa-icf-gimple.h
gcc/ipa-icf.h
gcc/lto/lto-dump.cc
gcc/read-md.h
gcc/read-rtl-function.cc
gcc/tree-ssa-loop-ch.cc
gcc/tree-ssa-sccvn.cc