mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-06 10:57:35 +03:00
Merged DMD 1.045 !!!
This commit is contained in:
parent
9beb33770f
commit
e8780d50e8
37 changed files with 9631 additions and 9388 deletions
|
@ -806,6 +806,9 @@ LLConstant* DtoDefineClassInfo(ClassDeclaration* cd)
|
|||
c = LLConstant::getNullValue(voidPtr);
|
||||
inits.push_back(c);
|
||||
|
||||
// typeinfo - since 1.045
|
||||
inits.push_back(DtoTypeInfoOf(cd->type, true));
|
||||
|
||||
#if DMDV2
|
||||
|
||||
// xgetMembers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue