aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.cpp')
-rw-r--r--src/entity.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/entity.cpp b/src/entity.cpp
index ff149351f..f591287d6 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -97,8 +97,9 @@ struct Entity {
bool is_export;
} Variable;
struct {
- bool is_type_alias;
- Type *type_parameter_specialization;
+ bool is_type_alias;
+ Type * type_parameter_specialization;
+ String ir_mangled_name;
} TypeName;
struct {
OverloadKind overload_kind;