C++: Add column to mangled_name table with completeness information

This commit is contained in:
Jeroen Ketema
2024-01-24 10:49:53 +01:00
parent a486481453
commit 972d86c0a0
3 changed files with 11 additions and 10 deletions

View File

@@ -747,7 +747,8 @@ usertype_uuid(
mangled_name(
unique int id: @declaration ref,
int mangled_name : @mangledname
int mangled_name : @mangledname,
boolean is_complete: boolean ref
);
is_pod_class(unique int id: @usertype ref);