diff options
author | Ilia Kuklin <ikuklin@accesssoftek.com> | 2025-09-23 18:52:58 +0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-23 18:52:58 +0500 |
commit | 154e0637c9b60108bda4e73645a3c9b9f62020c4 (patch) | |
tree | a9cbeedee9af6e3eed5cd7e494787c8567bb7433 /llvm/lib/Support/Program.cpp | |
parent | 3ca59104cfe9c47ef64ce44491e7f0c1fbc9f788 (diff) | |
download | llvm-154e0637c9b60108bda4e73645a3c9b9f62020c4.zip llvm-154e0637c9b60108bda4e73645a3c9b9f62020c4.tar.gz llvm-154e0637c9b60108bda4e73645a3c9b9f62020c4.tar.bz2 |
[lldb] Use APSInt's right shift operator in Scalar (#160149)
Right shift operator in `Scalar` didn't check if the value is unsigned
to perform a logical right shift. Use the right shift operator from
`APSInt` that does this check.
Diffstat (limited to 'llvm/lib/Support/Program.cpp')
0 files changed, 0 insertions, 0 deletions