mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Fixed const-eval-initialized const field dependency issues
This commit is contained in:
parent
1893988195
commit
496eae24ad
5 changed files with 85 additions and 29 deletions
|
@ -442,6 +442,7 @@ public:
|
|||
void TypeMethodSignaturesChanged(BfTypeInstance* typeInst);
|
||||
void TypeInlineMethodInternalsChanged(BfTypeInstance* typeInst);
|
||||
void TypeConstEvalChanged(BfTypeInstance* typeInst);
|
||||
void TypeConstEvalFieldChanged(BfTypeInstance* typeInst);
|
||||
void CheckSpecializedErrorData();
|
||||
void TryUnreifyModules();
|
||||
void MarkUsedModules(BfProject* project, BfModule* module);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue