[all-commits] [llvm/llvm-project] 6d8abe: [libcxx] [test] Add casts to avoid signed/unsigned...
BillyONeal via All-commits
all-commits at lists.llvm.org
Tue Jan 14 01:11:19 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6d8abe424a77f736fbed114eeac574b9bfe6b0c1
https://github.com/llvm/llvm-project/commit/6d8abe424a77f736fbed114eeac574b9bfe6b0c1
Author: Billy Robert O'Neal III <bion at microsoft.com>
Date: 2020-01-14 (Tue, 14 Jan 2020)
Changed paths:
M libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/remove_copy.pass.cpp
M libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/remove_copy_if.pass.cpp
M libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
Log Message:
-----------
[libcxx] [test] Add casts to avoid signed/unsigned mismatch warnings on MSVC++
A bug was filed that these warnings should not be emitted as DevCom-883961. ( https://developercommunity.visualstudio.com/content/problem/883961/c4389-signedunsigned-mismatch-should-not-be-emitte.html )
More information about the All-commits
mailing list