diff options
author | Karl-Johan Karlsson <karl-johan.karlsson@ericsson.com> | 2023-10-25 09:48:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 09:48:01 +0200 |
commit | d25e0aac415f45ce98c3700010acb5a98f016cef (patch) | |
tree | 91e4de39312d722d084a5faf609523c923aaf9c9 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp | |
parent | 8a1ce2d6c28fa04b446b9c78a6f4d9443aca4ef3 (diff) | |
download | llvm-d25e0aac415f45ce98c3700010acb5a98f016cef.zip llvm-d25e0aac415f45ce98c3700010acb5a98f016cef.tar.gz llvm-d25e0aac415f45ce98c3700010acb5a98f016cef.tar.bz2 |
[Sema] Fixed faulty shift count warning (#69521)
Constant values of _BitInt have the bitwith to exactly fit the constant
number. This patch fix a problem in Sema when building an APInt where
the supplied bitwidth can become too small and simply truncate the value
leading to a faulty warning.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp')
0 files changed, 0 insertions, 0 deletions