On Wed, 2025-06-25 at 16:04 +0200, Martin Jambor wrote: > Hi, > > When compiling diagnostic-path-output.cc with clang, it warns that > path_label::get_effects should be marked as override. That looks > like > a good idea and from a brief look I also believe it should be marked > as final (the other override in the class is marked as both), so this > patch does that. > > Likewise for html_output_format::after_diagnostic in > diagnostic-format-html.cc which also already has quite a few member > functions marked as final override. > > Bootstrapped and tested on x86_64-linx. OK for master?
Yes please Thanks for doing this Dave