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

Fixed enum result classify issue

This commit is contained in:
Brian Fiete 2022-01-06 11:56:12 -05:00
parent 4b1d7047d1
commit 6a158db9da
4 changed files with 11 additions and 5 deletions

View file

@ -485,6 +485,7 @@ public:
int GetDynCastVDataCount();
bool IsAutocomplete();
bool IsDataResolvePass();
bool WantsClassifyNode(BfAstNode* node);
BfAutoComplete* GetAutoComplete();
bool IsHotCompile();
bool IsSkippingExtraResolveChecks();