Best viable overloading procedure algorithm; no_alias; call expr style casts

This commit is contained in:
Ginger Bill
2017-01-17 15:20:11 +00:00
parent 6dc6b6f8aa
commit 383f5b55ad
14 changed files with 366 additions and 222 deletions
+2 -1
View File
@@ -686,7 +686,8 @@ bool type_has_nil(Type *t) {
case Basic_any:
return true;
}
}
return false;
} break;
case Type_Slice:
case Type_Proc:
case Type_Pointer: