mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-05 09:31:03 +03:00
Merge 2.075.0 front-end and stdlibs
This commit is contained in:
parent
c5354d677f
commit
c51c2c0d55
80 changed files with 5882 additions and 4469 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue