Support builtin C _Bool type in interop

Fix #756
This commit is contained in:
Svyatoslav Scherbina
2017-08-11 17:54:40 +03:00
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
}