commit | 579fc559dc2dd020e92c7a06d21427f50163114a | [log] [tgz] |
---|---|---|
author | Ilia Kuklin <ikuklin@accesssoftek.com> | Tue Sep 23 18:52:58 2025 +0500 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Sep 23 06:56:00 2025 -0700 |
tree | 73c55b2a1a9b1a7b16f7c71dec01774081b9b7f9 | |
parent | 0d5bef208fe0cc568d05ea4d8bb65b97250e1bc2 [diff] |
[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. GitOrigin-RevId: 154e0637c9b60108bda4e73645a3c9b9f62020c4