[PATCH] D38675: [analyzer] MisusedMovedObjectChecker: Moving the checker out of alpha state

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 10 02:51:44 PDT 2017


NoQ added a comment.

Last time i was running on WebKit; i already lost my results, so i'd try to reproduce the results on the fixed checker and follow up. Apart from https://reviews.llvm.org/D31538, i've seen a few cases where a method was safe to be called on a moved-from object (which led me to believe that we'd need to be safer here), and a few weird cases where a moved-from object was accidentally copied implicitly, which seemed to be a non-issue.

You'd need to update the checker name in the test run line.


https://reviews.llvm.org/D38675





More information about the cfe-commits mailing list