This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Remove MSVC workarounds
ClosedPublic

Authored by STL_MSFT on Sep 30 2016, 4:38 PM.

Details

Summary

MSVC has finally fixed the compiler bug that was warning about unreferenced parameters when invoking destructors, so we can remove the void casts that were working around the bug. Yay!

Diff Detail

Event Timeline

STL_MSFT updated this revision to Diff 73163.Sep 30 2016, 4:38 PM
STL_MSFT retitled this revision from to [libcxx] [test] Remove MSVC workarounds.
STL_MSFT updated this object.
STL_MSFT added reviewers: EricWF, mclow.lists.
STL_MSFT added a subscriber: cfe-commits.
EricWF accepted this revision.Oct 7 2016, 11:59 AM
EricWF edited edge metadata.
This revision is now accepted and ready to land.Oct 7 2016, 11:59 AM
EricWF closed this revision.Oct 7 2016, 12:00 PM

r283580.