This is an archive of the discontinued LLVM Phabricator instance.

[TLI] Add four C++17 delete variants.
ClosedPublic

Authored by hjyamauchi on Jun 15 2020, 10:22 AM.

Details

Summary

delete(void*, unsigned int, align_val_t)
delete(void*, unsigned long, align_val_t)
delete[](void*, unsigned int, align_val_t)
delete[](void*, unsigned long, align_val_t)

Diff Detail

Event Timeline

hjyamauchi created this revision.Jun 15 2020, 10:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2020, 10:22 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
EricWF accepted this revision.Jun 15 2020, 11:35 AM

LGTM.

This revision is now accepted and ready to land.Jun 15 2020, 11:35 AM
This revision was automatically updated to reflect the committed changes.