mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-04-30 07:00:46 +03:00
Merge branch 'master' into merge-2.068
This commit is contained in:
commit
8ee0e250c7
23 changed files with 246 additions and 172 deletions
|
@ -1178,7 +1178,7 @@ LLConstant* DtoConstInitializer(Loc& loc, Type* type, Initializer* init)
|
|||
else if (ArrayInitializer* ai = init->isArrayInitializer())
|
||||
{
|
||||
Logger::println("const array initializer");
|
||||
_init = DtoConstArrayInitializer(ai);
|
||||
_init = DtoConstArrayInitializer(ai, type);
|
||||
}
|
||||
else if (init->isVoidInitializer())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue