llvm-project
154e0637
- [lldb] Use APSInt's right shift operator in Scalar (#160149)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#160149 - [lldb] Use APSInt's right shift operator in Scalar
Author
kuilpd
Parents
3ca59104
Loading