mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Added reflection category to distinct build options (wip)
This commit is contained in:
parent
bcae8ee27f
commit
37d6ccbc7d
15 changed files with 538 additions and 94 deletions
|
@ -6936,7 +6936,7 @@ BfInvocationExpression* BfReducer::CreateInvocationExpression(BfAstNode* target,
|
|||
return invocationExpr;
|
||||
}
|
||||
|
||||
BfInitializerExpression * BfReducer::TryCreateInitializerExpression(BfExpression* target)
|
||||
BfInitializerExpression* BfReducer::TryCreateInitializerExpression(BfExpression* target)
|
||||
{
|
||||
auto block = BfNodeDynCast<BfBlock>(mVisitorPos.GetNext());
|
||||
if (block == NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue