EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.
The changes sure look funny but I have no issue with them.
https://reviews.llvm.org/D28837
___
cfe-commits mailing list
cfe-commits@lists.llvm.or
STL_MSFT created this revision.
[libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants.
MSVC has compiler warnings C4127 "conditional expression is constant" (enabled
by /https://reviews.llvm.org/W4) and C6326 "Potential comparison of a constant
with another constant"
(enabled by /ana