Files
clang-p2996/llvm/unittests/ADT/CountCopyAndMove.cpp
Dmitry Yanovsky e8ca306fbe [ADT] Add a missing call to a unique_function destructor after move (#98747)
Right now immediately after moving the captured state, we 'disarm' the
moved-from object's destructor by resetting the
`RHS.CallbackAndInlineFlag`. This means that we never properly destroy
the RHS object's captured state.
2024-08-19 12:38:06 -07:00

734 B