[all-commits] [llvm/llvm-project] a60ef9: ClangDriverTests:ToolChainTest.cpp: Fix warnings. ...
NAKAMURA Takumi via All-commits
all-commits at lists.llvm.org
Sat Apr 30 01:23:39 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a60ef98bb11378b24045372a53c55923df13ddc3
https://github.com/llvm/llvm-project/commit/a60ef98bb11378b24045372a53c55923df13ddc3
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2022-04-30 (Sat, 30 Apr 2022)
Changed paths:
M clang/unittests/Driver/ToolChainTest.cpp
Log Message:
-----------
ClangDriverTests:ToolChainTest.cpp: Fix warnings. [-Wsign-compare]
EXPECT_EQ(num,num) is aware of signedness, even if rhs is a constant.
More information about the All-commits
mailing list