On Fri, Jun 07, 2019 at 10:20:02PM +0200, Paolo Carlini wrote: > Hi, > > On 07/06/19 22:10, Matthew Beliveau wrote: > > @@ -6025,6 +6025,10 @@ warn_about_ambiguous_bases (tree t) > > Just a nit, but it seems weird to me that the function implementing > warn_inaccessible_base is named warn_about_ambiguous_bases.
Maybe, but we want to keep the warning's name in sync with clang, and renaming the function seems like unnecessary noise. I could go either way. Marek