[PATCH] D19831: [scan-build] fix dead store warnings emitted on clang code base

David Blaikie via cfe-commits cfe-commits at lists.llvm.org
Mon May 2 19:06:38 PDT 2016


Sorry, I meant remove the /store/, if it's dead. The do/while loop
overwrites the store immediately, so just remove the assignment to Record?

On Mon, May 2, 2016 at 2:59 PM, Apelete Seketeli via cfe-commits <
cfe-commits at lists.llvm.org> wrote:

> apelete added a comment.
>
> In http://reviews.llvm.org/D19831#419140, @dblaikie wrote:
>
> > Any reason not to remove the story instead?
>
>
> What do you mean by "remove the story" ?
>
>
> http://reviews.llvm.org/D19831
>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160502/d997a906/attachment-0001.html>


More information about the cfe-commits mailing list