File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -531,8 +531,8 @@ function (x::LinkEnumAlias)(dag::ExprDAG, options::Dict)
531
531
532
532
ty = getTypedefDeclUnderlyingType (node. cursor) |> getCanonicalType
533
533
typeKind = kind (ty)
534
- typeKind == CXType_Int || typeKind == CXType_Short || typeKind == CXType_Long || typeKind == CXType_LongLong ||
535
- typeKind == CXType_UInt || typeKind == CXType_UShort || typeKind == CXType_ULong || typeKind == CXType_ULongLong ||
534
+ typeKind == CXType_Int || typeKind == CXType_Short || typeKind == CXType_Long || typeKind == CXType_LongLong || typeKind == CXType_Char_S ||
535
+ typeKind == CXType_UInt || typeKind == CXType_UShort || typeKind == CXType_ULong || typeKind == CXType_ULongLong || typeKind == CXType_UChar ||
536
536
continue
537
537
538
538
for (tagid, j) in dag. tags
Original file line number Diff line number Diff line change 6
6
C ,
7
7
};
8
8
9
- typedef uint32_t X ;
9
+ typedef uint32_t X ;
You can’t perform that action at this time.
0 commit comments