Add underlying type for bit_set

This commit is contained in:
gingerBill
2018-08-17 15:11:41 +01:00
parent 7d39b26cf4
commit b216e44870
11 changed files with 162 additions and 83 deletions
+1 -1
View File
@@ -1044,7 +1044,7 @@ void add_type_info_type(CheckerContext *c, Type *t) {
break;
case Type_BitSet:
add_type_info_type(c, bt->BitSet.base);
add_type_info_type(c, bt->BitSet.elem);
break;
case Type_Union: