1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Reworked !hasRequiredTypes state

This commit is contained in:
Brian Fiete 2021-02-07 06:00:34 -08:00
parent 5f5c752f5d
commit eddbf7a984
11 changed files with 104 additions and 77 deletions

View file

@ -1006,6 +1006,7 @@ public:
bool mIsNextRevision;
bool mInDeleteQueue;
bool mHasEmitMembers;
bool mForceUseNextRevision;
public:
BfTypeDef()
@ -1048,6 +1049,7 @@ public:
mIsNextRevision = false;
mInDeleteQueue = false;
mHasEmitMembers = false;
mForceUseNextRevision = false;
mDupDetectedRevision = -1;
mNestDepth = 0;
mOuterType = NULL;
@ -1500,7 +1502,7 @@ public:
Array<BfTypeOptions> mMergedTypeOptions;
int mUpdateCnt;
bool mWorkspaceConfigChanged;
Val128 mWorkspaceConfigHash;
Val128 mWorkspaceConfigHash;
Array<BfCompiler*> mCompilers;