The APFloat might heap-allocate some memory, so we need to call its destructor.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D154928
[clang][Interp] Call dtor of Floating values ClosedPublic Authored by tbaeder on Jul 11 2023, 1:12 AM.
Details Summary The APFloat might heap-allocate some memory, so we need to call its destructor.
Diff Detail
Event Timelinetbaeder retitled this revision from [clang][Interp] Call dtor or Floating values to [clang][Interp] Call dtor of Floating values.Jul 11 2023, 1:13 AM This revision is now accepted and ready to land.Jul 12 2023, 1:40 PM This revision was landed with ongoing or failed builds.Jul 20 2023, 6:27 AM Closed by commit rGaf67614f7905: [clang][Interp] Call dtor of Floating values (authored by tbaeder). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 542489 clang/lib/AST/Interp/Descriptor.cpp
clang/test/AST/Interp/floats.cpp
|