Merge branch 'master' into llvm-17

This commit is contained in:
gingerBill
2023-09-27 11:38:11 +01:00
16 changed files with 202 additions and 42 deletions

View File

@@ -2029,6 +2029,9 @@ gb_internal void add_type_info_type_internal(CheckerContext *c, Type *t) {
break;
case Type_Generic:
break;
default:
GB_PANIC("Unhandled type: %*.s %d", LIT(type_strings[bt->kind]), bt->kind);
break;