Georgiy Samoylov 47ad905d8d
[lldb][RISCV] Make char an unsigned type for RISC-V by default (#182260)
According to RISC-V ELF psABI, Section 4.3 (C/C++ Type Representations)
"char is unsigned".

This patch makes plain `char` unsigned by default on RISC-V. Also this
fixes TestConstStaticIntegralMember.py on RISC-V
2026-02-20 11:14:31 -08:00
..