committed by
SvyatoslavScherbina
parent
9b37a30b45
commit
c81ceed7c6
@@ -70,6 +70,8 @@ internal fun convertUnqualifiedPrimitiveType(type: CValue<CXType>): Type = when
|
||||
spelling = clang_getTypeSpelling(type).convertAndDispose()
|
||||
)
|
||||
|
||||
CXTypeKind.CXType_Bool -> BoolType
|
||||
|
||||
else -> UnsupportedType
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user