On Tue, May 26, 2015 at 4:06 PM, Richard <[email protected]> wrote:
> In http://reviews.llvm.org/D10019#178722, @dblaikie wrote: > > > We should come to some conclusion about these chained return cases - > they seem fairly benign/not buggy/not worth changing. > > > Ah... I see what you mean. So like the other case where it was something > like `if (expr) var = true; else if (expr2) var = true; else if (expr3) var > = true; else var = false;`, you'd like the option of disabling this check > when it is a series of chained return statements? > Yeah, they seem equivalent > That's great feedback and is something I can do to enhance the check. > > > http://reviews.llvm.org/D10019 > > EMAIL PREFERENCES > http://reviews.llvm.org/settings/panel/emailpreferences/ > > >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
