Skip to content

Commit eace13b

Browse files
Add missing REPL_BUILTIN_TYPE
1 parent 0b7f4bc commit eace13b

File tree

1 file changed

+1
-0
lines changed
  • clang/include/clang/Interpreter

1 file changed

+1
-0
lines changed

clang/include/clang/Interpreter/Value.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ class QualType;
7676
X(bool, Bool) \
7777
X(char, Char_S) \
7878
X(signed char, SChar) \
79+
X(unsigned char, Char_U) \
7980
X(unsigned char, UChar) \
8081
X(short, Short) \
8182
X(unsigned short, UShort) \

0 commit comments

Comments
 (0)