[Bug c++/57854] Would like to have a warning for virtual overrides without C++11 "override" keyword

2019-08-08 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57854 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/57854] Would like to have a warning for virtual overrides without C++11 "override" keyword

2015-11-09 Thread nachms+gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57854 Nach changed: What|Removed |Added CC||nachms+gcc at gmail dot com --- Comment #6 from N

[Bug c++/57854] Would like to have a warning for virtual overrides without C++11 "override" keyword

2015-01-13 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57854 --- Comment #5 from Ville Voutilainen --- It seems to me that https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=219213 implements the desired functionality. Can we close this bug?

[Bug c++/57854] Would like to have a warning for virtual overrides without C++11 "override" keyword

2014-12-14 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57854 Ville Voutilainen changed: What|Removed |Added CC||ville.voutilainen at gmail dot com

[Bug c++/57854] Would like to have a warning for virtual overrides without C++11 "override" keyword

2013-07-09 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57854 --- Comment #3 from Manuel López-Ibáñez --- (In reply to Jonathan Wakely from comment #2) > (In reply to Thiago Macieira from comment #0) > > > > It should be in -Weffc++. > > Not unless a new C++11 edition of Effective C++ recommends using over

[Bug c++/57854] Would like to have a warning for virtual overrides without C++11 "override" keyword

2013-07-09 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57854 --- Comment #2 from Jonathan Wakely --- (In reply to Thiago Macieira from comment #0) > > It should be in -Weffc++. Not unless a new C++11 edition of Effective C++ recommends using override on all overriding functions, and not unless we update -

[Bug c++/57854] Would like to have a warning for virtual overrides without C++11 "override" keyword

2013-07-09 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57854 Manuel López-Ibáñez changed: What|Removed |Added CC||jason at gcc dot gnu.org,