mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-04 09:00:33 +03:00
DtoTypeInfoOf(): Make Loc param mandatory and move to 1st position
This commit is contained in:
parent
a9aafac862
commit
d3574b9835
9 changed files with 35 additions and 35 deletions
|
@ -314,7 +314,7 @@ public:
|
|||
LLType *tiTy = DtoType(getTypeInfoType());
|
||||
|
||||
for (auto arg : *tu->arguments) {
|
||||
arrInits.push_back(DtoTypeInfoOf(arg->type));
|
||||
arrInits.push_back(DtoTypeInfoOf(decl->loc, arg->type));
|
||||
}
|
||||
|
||||
// build array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue