This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Rename function parameters to avoid shadowing.
ClosedPublic

Authored by STL_MSFT on Apr 27 2016, 2:27 PM.

Details

Summary

[libc++] Rename function parameters to avoid shadowing.

Fixes MSVC "warning C4459: declaration of 'meow' hides global declaration".

Diff Detail

Event Timeline

STL_MSFT updated this revision to Diff 55316.Apr 27 2016, 2:27 PM
STL_MSFT retitled this revision from to [libc++] Rename function parameters to avoid shadowing..
STL_MSFT updated this object.
STL_MSFT added reviewers: mclow.lists, EricWF.
STL_MSFT added a subscriber: cfe-commits.
EricWF accepted this revision.Apr 27 2016, 7:05 PM
EricWF edited edge metadata.
This revision is now accepted and ready to land.Apr 27 2016, 7:05 PM
EricWF closed this revision.Apr 27 2016, 7:06 PM

r267838.