Merge 2.075.0 front-end and stdlibs

This commit is contained in:
Martin 2017-07-30 01:45:29 +02:00
parent c5354d677f
commit c51c2c0d55
80 changed files with 5882 additions and 4469 deletions

View file

@ -291,7 +291,7 @@ llvm::FunctionType *DtoFunctionType(FuncDeclaration *fdecl) {
}
if (fdecl->linkage == LINKobjc && dthis) {
if (fdecl->objc.selector) {
if (fdecl->selector) {
hasSel = true;
} else if (fdecl->parent->isClassDeclaration()) {
fdecl->error("Objective-C @selector is missing");