Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move prepare, lowerNonArrayAggregate and lowerArrayAggregate methods to statementsem #17011

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix Ddoc error
  • Loading branch information
dchidindu5 committed Oct 19, 2024
commit fba77dc390be8da178036dbe8ec8b39f866fb0d8
1 change: 1 addition & 0 deletions compiler/src/dmd/statementsem.d
Original file line number Diff line number Diff line change
Expand Up @@ -5123,6 +5123,7 @@ extern(D) void lowerArrayAggregate(StaticForeach stf, Scope* sc)
*
* Params:
* sc = The current scope.
* lstf = Variable of type StaticForeach.
*/

void lowerNonArrayAggregate(StaticForeach lstf, Scope* sc)
Expand Down
Loading