[all-commits] [llvm/llvm-project] eef705: [Basic] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Wed Nov 30 08:57:23 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eef7054f331b18c695a278704a6dd0b31dcd2be0
https://github.com/llvm/llvm-project/commit/eef7054f331b18c695a278704a6dd0b31dcd2be0
Author: Kazu Hirata <kazu at google.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M clang/lib/Basic/SourceManager.cpp
Log Message:
-----------
[Basic] Fix a warning
This patch fixes:
clang/lib/Basic/SourceManager.cpp:1292:19: error: comparison of
integers of different signs: 'long' and 'unsigned long'
[-Werror,-Wsign-compare]
Commit: d258021c0859d8a2410ec344f1f9b2391a5162b2
https://github.com/llvm/llvm-project/commit/d258021c0859d8a2410ec344f1f9b2391a5162b2
Author: Kazu Hirata <kazu at google.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
Log Message:
-----------
[mlir] Fix a warning
This patch fixes:
mlir/lib/Dialect/Vector/IR/VectorOps.cpp:1751:13: error: unused
function 'allBitsSet' [-Werror,-Wunused-function]
Compare: https://github.com/llvm/llvm-project/compare/c7ca21816aa7...d258021c0859
More information about the All-commits
mailing list