[all-commits] [llvm/llvm-project] 7122b7: [clang] Fix underlying type of EmbedExpr (#99050)
Mariya Podchishchaeva via All-commits
all-commits at lists.llvm.org
Fri Jul 19 05:24:27 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7122b70cfc8e23a069410215c363da76d842bda4
https://github.com/llvm/llvm-project/commit/7122b70cfc8e23a069410215c363da76d842bda4
Author: Mariya Podchishchaeva <mariya.podchishchaeva at intel.com>
Date: 2024-07-19 (Fri, 19 Jul 2024)
Changed paths:
M clang/lib/AST/Expr.cpp
M clang/lib/Sema/SemaInit.cpp
A clang/test/Preprocessor/Inputs/big_char.txt
M clang/test/Preprocessor/embed_codegen.cpp
M clang/test/Preprocessor/embed_weird.cpp
Log Message:
-----------
[clang] Fix underlying type of EmbedExpr (#99050)
This patch makes remaining cases of #embed to emit int type since there
is an agreement to do that for C. C++ is being discussed, but in general
we don't want to produce different types for C and C++.
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