[all-commits] [llvm/llvm-project] 3be48a: [clang] Fix preprocessor output from #embed (#126742)
Mariya Podchishchaeva via All-commits
all-commits at lists.llvm.org
Thu Feb 13 01:59:44 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3be48a6f809afccc9bcddc8cf94492812b49e1f7
https://github.com/llvm/llvm-project/commit/3be48a6f809afccc9bcddc8cf94492812b49e1f7
Author: Mariya Podchishchaeva <mariya.podchishchaeva at intel.com>
Date: 2025-02-13 (Thu, 13 Feb 2025)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Frontend/PrintPreprocessedOutput.cpp
M clang/test/Preprocessor/embed_preprocess_to_file.c
Log Message:
-----------
[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
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list