Nikita Popov 447c96363a [SimplifyLibCalls] Avoid implicit truncation in convertStrToInt()
This addresses two implicit truncation issues:
 * For the signed case, pass AsSigned.
 * For the negated unsigned case, truncate explicitly for clarity.
2025-12-16 09:33:47 +01:00
..