[all-commits] [llvm/llvm-project] b8388f: [clang][NFC] Fix warning of integer comparison
bzEq via All-commits
all-commits at lists.llvm.org
Wed Mar 23 23:13:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b8388fa319bc68bee396a14857331fb2e7b815bd
https://github.com/llvm/llvm-project/commit/b8388fa319bc68bee396a14857331fb2e7b815bd
Author: Kai Luo <lkail at cn.ibm.com>
Date: 2022-03-24 (Thu, 24 Mar 2022)
Changed paths:
M clang/unittests/AST/DeclTest.cpp
Log Message:
-----------
[clang][NFC] Fix warning of integer comparison
```
warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
```
Fix https://lab.llvm.org/buildbot/#/builders/57/builds/16220.
More information about the All-commits
mailing list