Upgrade to D v2.079.0-beta.1

This commit is contained in:
Martin 2018-02-20 02:04:24 +01:00
parent 13e3cf5c8f
commit df4f854dd5
170 changed files with 14426 additions and 12535 deletions

View file

@ -1270,7 +1270,8 @@ LLConstant *DtoTypeInfoOf(Type *type, bool base) {
type->toChars(), base);
LOG_SCOPE
TypeInfoDeclaration *tidecl = getOrCreateTypeInfoDeclaration(type, nullptr);
TypeInfoDeclaration *tidecl =
getOrCreateTypeInfoDeclaration(Loc(), type, nullptr);
assert(tidecl);
Declaration_codegen(tidecl);
assert(getIrGlobal(tidecl)->value != NULL);