This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Slightly rearrange scopes in order to avoid shadowing M typedefs.
ClosedPublic

Authored by STL_MSFT on Jun 2 2016, 9:44 AM.

Details

Summary

Slightly rearrange scopes in order to avoid shadowing M typedefs.

Fixes MSVC warning C4456 "declaration of 'M' hides previous local declaration".

Diff Detail

Event Timeline

STL_MSFT updated this revision to Diff 59406.Jun 2 2016, 9:44 AM
STL_MSFT retitled this revision from to [libcxx] [test] Slightly rearrange scopes in order to avoid shadowing M typedefs..
STL_MSFT updated this object.
STL_MSFT added reviewers: EricWF, mclow.lists.
STL_MSFT added a subscriber: cfe-commits.
mclow.lists accepted this revision.Jun 7 2016, 8:56 AM
mclow.lists edited edge metadata.

Landed as revision 272018

This revision is now accepted and ready to land.Jun 7 2016, 8:56 AM
STL_MSFT closed this revision.Jun 7 2016, 12:15 PM

Marshall checked this one in too, closing.