[clang][Interp] Call dtor of Floating values
The APFloat might heap-allocate some memory, so we need to call its destructor. Differential Revision: https://reviews.llvm.org/D154928
Loading
Please sign in to comment
The APFloat might heap-allocate some memory, so we need to call its destructor. Differential Revision: https://reviews.llvm.org/D154928