[llvm] [ADT] Add a missing call to a unique_function destructor after move (PR #98747)

Dmitry Yanovsky via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 15 05:20:41 PDT 2024


kerambyte wrote:

Added a simple unit-test that counts the number of times the destructor is called. Checked locally that without my fix we get 3 calls and with it we get 4.

https://github.com/llvm/llvm-project/pull/98747


More information about the llvm-commits mailing list