[all-commits] [llvm/llvm-project] d0b54b: [Clang] use unsigned integer constants in unit-tes...
Kai Stierand via All-commits
all-commits at lists.llvm.org
Tue Jul 25 04:58:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d0b54bb50e5110a004b41fc06dadf3fee70834b7
https://github.com/llvm/llvm-project/commit/d0b54bb50e5110a004b41fc06dadf3fee70834b7
Author: Kai Stierand <kai.stierand at swplusplus.de>
Date: 2023-07-25 (Tue, 25 Jul 2023)
Changed paths:
M clang/unittests/libclang/LibclangTest.cpp
Log Message:
-----------
[Clang] use unsigned integer constants in unit-test | fixes build error on ppc64le-lld-multistage-test
Fixes:
/home/buildbots/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:1526:11: warning: comparison of integer expressions of different signedness: ‘const unsigned int’ and ‘const int’ [-Wsign-compare]
/home/buildbots/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/llvm-project/third-party/unittest/googletest/include/gtest/gtest.h:1526:11: warning: comparison of integer expressions of different signedness: ‘const long unsigned int’ and ‘const int’ [-Wsign-compare]
Reviewed By: cor3ntin
Differential Revision: https://reviews.llvm.org/D156224
More information about the All-commits
mailing list