aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Interpreter/Interpreter.cpp
diff options
context:
space:
mode:
authorStefan Gränitz <stefan.graenitz@gmail.com>2024-03-25 09:42:41 +0100
committerGitHub <noreply@github.com>2024-03-25 09:42:41 +0100
commitaa962d67ee896f416e285a9298e45fc08ff95eef (patch)
treee00b7223834fb2a87d68cff2eb2eca1c6470d740 /clang/lib/Interpreter/Interpreter.cpp
parentfa3d789df15bd1f58fb8ba4ea3be909218cf7f03 (diff)
downloadllvm-aa962d67ee896f416e285a9298e45fc08ff95eef.zip
llvm-aa962d67ee896f416e285a9298e45fc08ff95eef.tar.gz
llvm-aa962d67ee896f416e285a9298e45fc08ff95eef.tar.bz2
[clang-repl] Fix Value for platforms where unqualified char is unsigned (#86118)
Signedness of unqualified `char` is unspecified and varies between platforms. This patch adds `Char_U` in `REPL_BUILTIN_TYPES` to account for platforms that default to `unsigned char`.
Diffstat (limited to 'clang/lib/Interpreter/Interpreter.cpp')
0 files changed, 0 insertions, 0 deletions