This is an archive of the discontinued LLVM Phabricator instance.

Proposed Resolution for LWG Issue #2458: N3778 and new library deallocation signatures
ClosedPublic

Authored by mclow.lists on Apr 30 2015, 11:49 AM.

Diff Detail

Event Timeline

mclow.lists retitled this revision from to Proposed Resolution for LWG Issue #2458: N3778 and new library deallocation signatures.
mclow.lists updated this object.
mclow.lists edited the test plan for this revision. (Show Details)
mclow.lists added a reviewer: EricWF.
mclow.lists added a subscriber: Unknown Object (MLST).
EricWF accepted this revision.Apr 30 2015, 6:15 PM
EricWF edited edge metadata.

We should removed the tests libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete_nothrow_replace.pass.cpp and libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_nothrow_replace.pass.cpp

Other than that LGTM.

This revision is now accepted and ready to land.Apr 30 2015, 6:15 PM

I've updated my local patch to remove those two files. I don't see the need to upload a new patch here, though.

Thanks!

mclow.lists closed this revision.May 18 2015, 11:29 AM

Committed as 237592