Files
clang-p2996/llvm/lib/IR/AsmWriter.cpp
Nikita Popov 3bba53854a [AsmWriter] Use unsigned char more consistently
On platforms where char is signed, the ">> 4" shift will produce
incorrect results. We were already working on unsigned char for
most characters, but not for the first one.

Fixes https://github.com/llvm/llvm-project/issues/74732.
2023-12-08 16:28:23 +01:00

166 KiB