[PATCH] D30650: [clang-tidy] misc-use-after-move: Fix failing assertion
Manuel Klimek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 8 04:24:18 PST 2017
klimek 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.
Are you saying it should be path sensitive? Because currently it's not, right?
https://reviews.llvm.org/D30650
More information about the cfe-commits
mailing list