[PATCH] D25852: [libcxx] [test] Fix shadow warnings.

2016-10-23 Thread Eric Fiselier via cfe-commits
EricWF closed this revision. EricWF added a comment. r284941. https://reviews.llvm.org/D25852 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D25852: [libcxx] [test] Fix shadow warnings.

2016-10-23 Thread Eric Fiselier via cfe-commits
EricWF accepted this revision. EricWF added a comment. This revision is now accepted and ready to land. Y'all need to get commit access :-P https://reviews.llvm.org/D25852 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org

[PATCH] D25852: [libcxx] [test] Fix shadow warnings.

2016-10-20 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT created this revision. STL_MSFT added reviewers: EricWF, mclow.lists. STL_MSFT added a subscriber: cfe-commits. Fix shadow warnings. This variable was scoped incorrectly, found by MSVC. https://reviews.llvm.org/D25852 Files: test/std/utilities/optional/optional.object/optional.objec