Parsing of interface. Fix to unpacking arraypointers. Fix accidental unsplat.

This commit is contained in:
Christoffer Lerno
2021-04-28 19:51:42 +02:00
committed by Christoffer Lerno
parent 21d4ecf9b4
commit 01f7343945
22 changed files with 245 additions and 15 deletions

View File

@@ -636,6 +636,7 @@ void llvm_emit_extern_decl(GenContext *context, Decl *decl)
case DECL_ENUM:
TODO
case NON_TYPE_DECLS:
case DECL_INTERFACE:
return;
}
}