[PATCH] D54563: [analyzer] MoveChecker Pt.4: Add a few more state reset methods.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 16 16:31:10 PST 2018


NoQ added a comment.

In https://reviews.llvm.org/D54563#1299918, @Szelethus wrote:

> How about `std::list<T>::splice`?


Hmm, you mean that it leaves its argument empty? Interesting, i guess we may need a separate facility for that. I wonder how many other state-reset methods are we forgetting.


Repository:
  rC Clang

https://reviews.llvm.org/D54563





More information about the cfe-commits mailing list