Open
Description
Hi,
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.
Regards.