[PATCH] D27210: [clang-tidy] misc-string-compare. Adding a new check to clang-tidy
Mads Ravn via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 30 10:11:52 PST 2016
I think I got it. I will throw a new diff up within the hour.
Thanks for the ideas :)
On Wed, Nov 30, 2016 at 6:48 PM Malcolm Parsons <malcolm.parsons at gmail.com>
wrote:
> On 30 November 2016 at 17:18, Mads Ravn <madsravn at gmail.com> wrote:
> > So remove the ifStmt from the third and fourth case?
>
> I was thinking all cases.
> Can the first case be restricted to casts to bool?
> If not, keep the cast to int case with an ifStmt and add a cast to bool
> case.
> Does it matter whether the cast is implicit?
>
> --
> Malcolm Parsons
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161130/34e5ab0e/attachment.html>
More information about the cfe-commits
mailing list