This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Rename b to b2 in order to avoid shadowing between nested catch blocks.
ClosedPublic

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

Details

Summary

Rename b to b2 in order to avoid shadowing between nested catch blocks.

Fixes MSVC warning C6246 "Local declaration of 'b' hides declaration of the same name in outer scope."

Diff Detail

Event Timeline

STL_MSFT updated this revision to Diff 59403.Jun 2 2016, 9:40 AM
STL_MSFT retitled this revision from to [libcxx] [test] Rename b to b2 in order to avoid shadowing between nested catch blocks..
STL_MSFT updated this object.
STL_MSFT added reviewers: EricWF, mclow.lists.
STL_MSFT added a subscriber: cfe-commits.
EricWF accepted this revision.Jun 13 2016, 7:54 PM
EricWF edited edge metadata.
This revision is now accepted and ready to land.Jun 13 2016, 7:54 PM
EricWF closed this revision.Jun 13 2016, 7:54 PM

r272618.