This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

tbaeder created this revision.Jul 11 2023, 1:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 11 2023, 1:12 AM
tbaeder requested review of this revision.Jul 11 2023, 1:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 11 2023, 1:12 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
tbaeder 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
This revision was automatically updated to reflect the committed changes.