diff options
| author | gingerBill <bill@gingerbill.org> | 2022-02-08 17:04:55 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-02-08 17:04:55 +0000 |
| commit | 0cc40db565a9c4b99e6fa0844b9ac512558626e4 (patch) | |
| tree | 0273b88ab9e4b98fa6be130d808c9ed63dd8a35c /src/entity.cpp | |
| parent | 30bb2382aa0c7a9d6407c0b28258cd9fd00c560d (diff) | |
Begin work on support objc intrinsics
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index 8327a517e..4d5b3b9e1 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -186,6 +186,7 @@ struct Entity { Type * type_parameter_specialization; String ir_mangled_name; bool is_type_alias; + String objc_class_name; } TypeName; struct { u64 tags; |