jak-project/common/type_system
ManDude 0560136f08
Allow enum names to serve as types (using the enum's type) (#372)
* Allow enum names to serve as types (using the enum's type)

* Formatting

* add doc to `get_enum_type_name`

* Ban enum forward-declaring, and remove unneeded checks
2021-04-19 20:29:38 -04:00
..
defenum.cpp Allow enum names to serve as types (using the enum's type) (#372) 2021-04-19 20:29:38 -04:00
defenum.h Allow enum names to serve as types (using the enum's type) (#372) 2021-04-19 20:29:38 -04:00
deftype.cpp [Decompiler] Replace type hint system and improve variable types. (#320) 2021-03-13 16:10:39 -05:00
deftype.h Allow enum names to serve as types (using the enum's type) (#372) 2021-04-19 20:29:38 -04:00
Enum.h Allow enum names to serve as types (using the enum's type) (#372) 2021-04-19 20:29:38 -04:00
Type.cpp [Decompiler] Static Data Decomp (#280) 2021-02-25 09:51:28 -05:00
Type.h [Decompiler] Replace type hint system and improve variable types. (#320) 2021-03-13 16:10:39 -05:00
TypeFieldLookup.cpp Support 128-bit variables (#336) 2021-03-25 16:02:48 -04:00
TypeSpec.cpp Update documentation and clean up (#129) 2020-11-21 12:52:38 -05:00
TypeSpec.h [Decompiler] Experimental Expression Stack (#157) 2020-12-17 15:48:07 -05:00
TypeSystem.cpp Allow enum names to serve as types (using the enum's type) (#372) 2021-04-19 20:29:38 -04:00
TypeSystem.h Allow enum names to serve as types (using the enum's type) (#372) 2021-04-19 20:29:38 -04:00