llvm-project
154e0637 - [lldb] Use APSInt's right shift operator in Scalar (#160149)

Commit
3 days ago
[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.
Author
Parents
Loading