[all-commits] [llvm/llvm-project] 034c73: [lldb][NFC] Fix unsigned/signed cmp warning in Mai...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Thu Apr 22 03:21:07 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 034c73d42e4655ae247fc1f72dc3d2d6c621ab23
https://github.com/llvm/llvm-project/commit/034c73d42e4655ae247fc1f72dc3d2d6c621ab23
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-04-22 (Thu, 22 Apr 2021)
Changed paths:
M lldb/unittests/Host/MainLoopTest.cpp
Log Message:
-----------
[lldb][NFC] Fix unsigned/signed cmp warning in MainLoopTest
The gtest checks compare all against unsigned int constants so this also needs
to be unsigned.
More information about the All-commits
mailing list