mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Better emitted interface conformance, reified WorkList handling fix
This commit is contained in:
parent
34cfe89d3a
commit
29446404b6
5 changed files with 55 additions and 28 deletions
|
@ -38,14 +38,15 @@ class CeDbgState;
|
|||
enum BfCeTypeEmitSourceKind : int8;
|
||||
|
||||
enum BfPopulateType
|
||||
{
|
||||
{
|
||||
BfPopulateType_TypeDef,
|
||||
BfPopulateType_Identity,
|
||||
BfPopulateType_IdentityNoRemapAlias,
|
||||
BfPopulateType_Declaration,
|
||||
BfPopulateType_BaseType,
|
||||
BfPopulateType_Interfaces,
|
||||
BfPopulateType_Interfaces_Direct,
|
||||
BfPopulateType_AllowStaticMethods,
|
||||
BfPopulateType_Interfaces_All,
|
||||
BfPopulateType_Data,
|
||||
BfPopulateType_DataAndMethods,
|
||||
BfPopulateType_Full = BfPopulateType_DataAndMethods,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue