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

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 6 13:52:11 PST 2017


alexfh added a comment.

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.


We can think about trying this as a SA checker, but it's irrelevant to this patch.


https://reviews.llvm.org/D30650





More information about the cfe-commits mailing list