Fix polymorphic element types usage; Empty union as opaque type

This commit is contained in:
Ginger Bill
2017-07-20 19:40:51 +01:00
parent 13bc6eeea4
commit 9a3b4167bb
14 changed files with 228 additions and 170 deletions

View File

@@ -98,6 +98,7 @@ struct Entity {
} Variable;
struct {
bool is_type_alias;
Type *type_parameter_specialization;
} TypeName;
struct {
OverloadKind overload_kind;