On 5/6/19 5:07 PM, Marek Polacek wrote:
-Wsuggest-override warns for virtual functions that could use the override keyword. But as everyone in this PR agrees, the warning shouldn't suggest adding "override" for "final" functions. This trivial patch implements that.Bootstrapped/regtested on x86_64-linux, ok for trunk/9?
OK. Jason