[all-commits] [llvm/llvm-project] eee97f: [clang] Use proper type to left shift after D117262
aeubanks via All-commits
all-commits at lists.llvm.org
Wed Jan 26 17:57:31 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eee97f1617c94b88e9f0a964c47dc6003173f818
https://github.com/llvm/llvm-project/commit/eee97f1617c94b88e9f0a964c47dc6003173f818
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-01-26 (Wed, 26 Jan 2022)
Changed paths:
M clang/lib/CodeGen/Address.h
Log Message:
-----------
[clang] Use proper type to left shift after D117262
Causing warnings like
warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits
as reported in D117262.
More information about the All-commits
mailing list