[PATCH] D34331: func.wrap.func.con: Unset function before destroying anything

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 9 06:14:57 PDT 2017


EricWF added a comment.

> However there is another bug here. operator=(function&&) doesn't correctly call the destructor of the functor. I'll fix that as a separate commit.

Woops, I misread the diff. There is no existing bug W.R.T. missing destructor calls.


https://reviews.llvm.org/D34331





More information about the cfe-commits mailing list