@(private) for foreign blocks; Improve foreign signature similarity rules

This commit is contained in:
gingerBill
2019-03-24 11:58:26 +00:00
parent 886054f0f8
commit b1684fe455
4 changed files with 55 additions and 28 deletions
+1
View File
@@ -425,6 +425,7 @@ struct ForeignContext {
Ast * curr_library;
ProcCallingConvention default_cc;
String link_prefix;
bool is_private;
};
typedef Array<Entity *> CheckerTypePath;