mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 03:46:07 +00:00

- Changed parameters type in `std::rotr` and `std::rorl` functions from `unsigned int` to `int`. - Implemented behaviour for negative parameter values. Fixes #64544 Reviewed By: #libc, philnik Spies: arichardson, philnik, libcxx-commits Differential Revision: https://reviews.llvm.org/D157569