From 9a3b4167bb8495f9422ffa5cb242198fed3a315b Mon Sep 17 00:00:00 2001 From: Ginger Bill Date: Thu, 20 Jul 2017 19:40:51 +0100 Subject: Fix polymorphic element types usage; Empty `union` as opaque type --- src/entity.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/entity.cpp') diff --git a/src/entity.cpp b/src/entity.cpp index d2c29ca98..21ef9095f 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -98,6 +98,7 @@ struct Entity { } Variable; struct { bool is_type_alias; + Type *type_parameter_specialization; } TypeName; struct { OverloadKind overload_kind; -- cgit v1.2.3