You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not know if this is the intended behavior or a bug, but the warning (and relative auto-fixes) of the modernize-use-trailing-return-type are not triggered for functions returning void.
I suggest to support also these signatures (maybe with an option for backward compatibility?) to allow to have a complete homogeneous code.