[PATCH] D30650: [clang-tidy] misc-use-after-move: Fix failing assertion

Martin Böhme via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 8 04:45:42 PST 2017


mboehme added a comment.

In https://reviews.llvm.org/D30650#695350, @klimek wrote:

> In https://reviews.llvm.org/D30650#693165, @Eugene.Zelenko wrote:
>
> > I think we should refactor this check as part of Static Analyzer, since it's path-sensitive.
>
>
> Are you saying it should be path sensitive? Because currently it's not, right?


(Will submit in the meantime because this is a wider discussion that doesn't impact this patch specifically. But let's continue the discussion.)


https://reviews.llvm.org/D30650





More information about the cfe-commits mailing list