Skip to content

Commit d060f1f

Browse files
Replace £ by j in ASTContext.cpp
1 parent fbeca5c commit d060f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/ASTContext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11470,7 +11470,7 @@ static QualType DecodeTypeFromStr(const char *&Str, const ASTContext &Context,
1147011470
else
1147111471
Type = Context.CharTy;
1147211472
break;
11473-
case '£':
11473+
case 'j':
1147411474
Type = Context.Fpm8Ty;
1147511475
break;
1147611476
case 'b': // boolean

0 commit comments

Comments
 (0)