Changeset fa2c005 for src/Parser/TypeData.h
- Timestamp:
- Jun 8, 2023, 3:19:43 PM (3 years ago)
- Branches:
- ADT
- Parents:
- 044ae62
- File:
-
- 1 edited
-
src/Parser/TypeData.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/TypeData.h
r044ae62 rfa2c005 25 25 struct TypeData { 26 26 enum Kind { Basic, Pointer, Reference, Array, Function, Aggregate, AggregateInst, Enum, EnumConstant, Symbolic, 27 SymbolicInst, Tuple, Basetypeof, Typeof, Vtable, Builtin, GlobalScope, Qualified, Adt, Ctor,Unknown };27 SymbolicInst, Tuple, Basetypeof, Typeof, Vtable, Builtin, GlobalScope, Qualified, Adt, Unknown }; 28 28 29 29 struct Aggregate_t { … … 59 59 EnumHiding hiding; 60 60 bool isData = false; 61 62 DeclarationNode * data_constructors = nullptr;63 61 }; 64 62
Note:
See TracChangeset
for help on using the changeset viewer.