mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-07 03:16:05 +03:00
Implement -nested-ctx=hybrid
This commit is contained in:
parent
8820024070
commit
751f528969
5 changed files with 194 additions and 25 deletions
|
@ -111,6 +111,7 @@ IrFunction::IrFunction(FuncDeclaration* fd)
|
|||
nestArg = NULL;
|
||||
|
||||
nestedVar = NULL;
|
||||
framesType = NULL;
|
||||
|
||||
_arguments = NULL;
|
||||
_argptr = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue