Files
clang-p2996/clang/lib/Frontend/PrintPreprocessedOutput.cpp
Mariya Podchishchaeva 3be48a6f80 [clang] Fix preprocessor output from #embed (#126742)
When bytes with negative signed char values appear in the data, make
sure to use raw bytes from the data string when preprocessing, not char
values.

Fixes https://github.com/llvm/llvm-project/issues/102798
2025-02-13 10:59:21 +01:00

43 KiB