Files
clang-p2996/clang/unittests/Interpreter/InterpreterTest.cpp
Stefan Gränitz aa962d67ee [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`.
2024-03-25 09:42:41 +01:00

14 KiB