[PATCH] D37808: [clang-tidy] Add new hicpp-multiway-paths-covered check for missing branches

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 16 04:59:24 PDT 2017


JonasToth added a comment.

In https://reviews.llvm.org/D37808#869810, @Eugene.Zelenko wrote:

> In https://reviews.llvm.org/D37808#869612, @JonasToth wrote:
>
> > In https://reviews.llvm.org/D37808#869602, @Eugene.Zelenko wrote:
> >
> > > I think will be good idea to extend -Wswitch diagnostics.
> >
> >
> > Ok. But it will introduce new warnings to llvm codebase itself. I prepare some example output i found right now.
>
>
> If number of them will not be huge, it'll be worth to fix before extended -Wswitch will be committed.


Where would be the correct place to further discuss extending -Wswitch ? Should i ask that on the mailing list?


https://reviews.llvm.org/D37808





More information about the cfe-commits mailing list