Prevent multiple uses of the same Objective-C class name

This commit is contained in:
Harold Brenes
2025-05-03 01:34:01 -04:00
parent 5f0b47c373
commit a00b91577d
4 changed files with 15 additions and 3 deletions
+1
View File
@@ -1390,6 +1390,7 @@ gb_internal void init_checker_info(CheckerInfo *i) {
map_init(&i->objc_msgSend_types);
mpsc_init(&i->objc_class_implementations, a);
string_set_init(&i->obcj_class_name_set, 0);
map_init(&i->objc_method_implementations);
string_map_init(&i->load_file_cache);