Jim Lin 5a76e14b04
[Utils][vim] Match hexadecimal constants with u or s prefixes (#162613)
We can add 's' or 'u' before the hexadecimal constants to denote its
signedness.

See https://llvm.org/docs/LangRef.html#simple-constants for reference.
2025-10-13 09:40:08 +08:00
..